Parameter | Description |
---|---|
ID | The ID of the user, can be retrieved from the ‘List Users’ action. |
{
"id": 5,
"userName": "<string>",
"externalId": "<string>",
"email": "<string>",
"name": {
"formatted": "<string>",
"familyName": "<string>",
"givenName": "<string>"
},
"active": true,
"locked": false,
"emailChangePending": true,
"authType": "<string>",
"userType": "<string>",
"role": null,
"idpUserId": "<string>",
"userPrincipalName": null,
"expiryDate": null,
"deleteOnExpiry": null,
"createdDate": "2025-04-12T14:43:23.000+0000",
"lastModificationDate": "2025-04-12T14:53:14.000+0000",
"lastActiveDate": "2024-04-11T21:08:15.000+0000",
"groups": [],
"isServiceAccount": false
}
Was this page helpful?