spark:people_read
spark-admin:people_read
Parameter | Description |
---|---|
Person ID | The ID of the person to get details of. Can be retrieved from the List People action. |
{
"id": "<string>",
"emails": [
"<string>"
],
"phoneNumbers": [
{
"type": "work",
"value": "+1 408 526 7209"
}
],
"displayName": "<string>",
"nickName": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"orgId": "<string>",
"created": "2011-10-02T04:22:11.862Z",
"lastModified": "2014-10-09T10:26:19.441Z",
"timeZone": "<string>",
"lastActivity": "2014-05-05T20:38:30.230Z",
"status": "<string>",
"type": "<string>"
}
Was this page helpful?