Apply user roles

Apply user roles

POST https://ris.rightsline.com/v4/user/:userID/role

Headers

NameTypeDescription

x-api-key*

string

Your company's API key.

Authentication*

string

Authentication token.

Request Body

NameTypeDescription

workflowRoleIds*

int[]

An array of workflow role IDs to apply. Any existing workflow roles not included in array will be removed.

identityRoleIds*

Guid[]

An array of identity role IDs to apply. Any existing identity roles not included in array will be removed.

{
    "message": "Roles applied."
}

Last updated