Apply user roles
Apply user roles
POST
https://ris.rightsline.com/v4/user/:userID/role
Headers
Name | Type | Description |
---|---|---|
x-api-key* | string | Your company's API key. |
Authentication* | string | Authentication token. |
Request Body
Name | Type | Description |
---|---|---|
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. |
Last updated