Parameter | Description |
---|---|
User ID | The ID of the user. Can be obtained via the ‘List Users’ action. |
{
"id": "<string>",
"meta": {
"resourceType": "<string>",
"created": "2023-05-30T06:09:34Z",
"lastModified": "2023-05-30T06:09:34Z"
},
"schemas": [
"<string>"
],
"userName": "<string>",
"name": {
"familyName": "<string>",
"givenName": "<string>"
},
"displayName": "<string>",
"active": true,
"emails": [
{
"value": "<string>",
"type": "<string>",
"primary": true
}
]
}
Was this page helpful?