Parameter | Description |
---|---|
User ID or Email | ID, login email, or login shortname (as long as it is unambiguous) of the user. |
[
{
"id": "<string>",
"created": "2011-10-20T22:54:36.984Z",
"lastUpdated": "2005-09-03T01:02:15.249Z",
"lastMembershipUpdated": "2000-11-12T06:40:06.874Z",
"objectClass": [
"<string>"
],
"type": "<string>",
"profile": {
"name": "<string>",
"description": "<string>"
},
"_links": {
"logo": [
{
"name": "<string>",
"href": "<string>",
"type": "<string>"
},
{
"name": "<string>",
"href": "<string>",
"type": "<string>"
}
],
"users": {
"href": "<string>"
},
"apps": {
"href": "<string>"
}
}
}
]
Was this page helpful?