Path parameters
-
id integer(int32) Required
Query parameters
-
personType string
Values are
Organization
,External
,Basic
, orClient
.
GET /organization/people/{id}
curl \
-X GET https://rest.api.24sevenoffice.com/v1/organization/people/{id} \
-H "Authorization: string"
Response example (200)
# Headers
Access-Control-Allow-Origin: string
Access-Control-Allow-Credentials: string
X-Trace-Id: string
# Payload
{
"id": 42,
"identityId": "string",
"firstName": "string",
"lastName": "string",
"personType": "Organization",
"hasLicense": true
}