Footer Section
Explore

Updates an account role, for example, to change permission settings or a role name. 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 role id.
Name
Enabled
Descriptions
[Permissions]
OK
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 PUT \--url https://coreapps-rlsdev.congacloud.io/api/sign/v1/cs-account/roles/accountRoleId \--header 'Accept: application/json' \--header 'Authorization: 123' \--header 'Content-Type: application/json' \--data '{"name": "string","enabled": true,"description": "string","permissions": ["string"]}'
1{2"id": "string",3"name": "string",4"enabled": true,5"description": "string",6"permissions": [7"string"8],9"inherited": true,10"predefined": true11}