Footer Section
Explore

Adds an account role to an account. Using this call requires roles and permissions to be enabled on your account. To enable Roles and Permissions, contact your Conga Sign sales representative.
The unique sender id.
Object to manage user account roles
The unique user id.
The user's unique account id.
The user's account roles.
Automatically generated guid
Name
Enabled
Descriptions
[Permissions]
True when the role was created in a parent sub-account.
True when the role is defined by OneSpan and uneditable. False when the role is managed by your account and editable (Role Management permission required for editing a role).
OK
Object to manage user account roles
The unique user id.
The user's unique account id.
The user's account roles.
Automatically generated guid
Name
Enabled
Descriptions
[Permissions]
True when the role was created in a parent sub-account.
True when the role is defined by OneSpan and uneditable. False when the role is managed by your account and editable (Role Management permission required for editing a role).
curl --request POST \--url https://coreapps-rlsdev.congacloud.io/api/sign/v1/cs-account/senders/senderId/roles \--header 'Accept: application/json' \--header 'Authorization: 123' \--header 'Content-Type: application/json' \--data '{"userId": "string","accountId": "string","accountRoles": [{"id": "string","name": "string","enabled": true,"description": "string","permissions": ["string"],"inherited": true,"predefined": true}]}'
1{2"userId": "string",3"accountId": "string",4"accountRoles": [5{6"id": "string",7"name": "string",8"enabled": true,9"description": "string",10"permissions": [11"string"12],13"inherited": true,14"predefined": true15}16]17}