GET
/
vLatest
/
action
/
glasscore
/
person
curl --request GET \
  --url https://api.glass.fm/vLatest/action/glasscore/person
{
  "c_org": "<string>",
  "city": "<string>",
  "dateOfBirth": "<string>",
  "email": "<string>",
  "id": 123,
  "isApplicant": true,
  "isStaff": true,
  "nameFirst": "<string>",
  "nameFirstLast": "<string>",
  "nameLast": "<string>",
  "OrgId": 123,
  "phone": "<string>",
  "RandomPoolStatusId": 123,
  "state": "<string>",
  "streetPrimary": "<string>",
  "streetSecondary": "<string>",
  "UserId": 123,
  "zip": "<string>"
}

Query Parameters

return
string

Comma-separated list of specific fields to return/append in the response. See isAdditionalData for more details.

Example:

"id,nameFirst,nameLast"

isAdditionalData
boolean

Set to true to merge requested fields with default response, or false/omit to return only requested fields plus ID.

Example:

true

Response

200 - application/json

A list of Persons

The response is of type object.