Get user

Get user

GET https://ris.rightsline.com/v4/user/:userID

Path Parameters

NameTypeDescription

userID*

int

The user ID.

Headers

NameTypeDescription

x-api-key*

string

Your company's API key.

Authentication*

string

Authentication token.

{
    "email": "email@email.com",
    "characteristics":{
        "last_name": "Last",
        "email":"email@email.com",
        "first_name": "First"
    },
    "template":{
        "templateId": 3,
        "templateName": "User"
    },
    "appIds":[22,46],
    "workflowRoleIds":[2],
    "identityRoleIds":["895ba04a-7f03-4e3f-b659-f52e3066471a"],
    "disableMessages": true
}

Last updated