Get user
Get user
GET
https://ris.rightsline.com/v4/user/:userID
Path Parameters
Name
Type
Description
userID*
int
The user ID.
Headers
Name
Type
Description
x-api-key*
string
Your company's API key.
Authentication*
string
Authentication token.
{
"email": "[email protected]",
"characteristics":{
"last_name": "Last",
"email":"[email protected]",
"first_name": "First"
},
"template":{
"templateId": 3,
"templateName": "User"
},
"appIds":[22,46],
"workflowRoleIds":[2],
"identityRoleIds":["895ba04a-7f03-4e3f-b659-f52e3066471a"],
"disableMessages": true
}
Last updated
Was this helpful?