Footer Section
Explore

Retrieves an account role using the specified ID. Using this call requires roles and permissions to be enabled on your account. To enable roles and permissions, contact your Conga Sign sales representative.
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 GET \--url https://coreapps-rlsdev.congacloud.io/api/sign/v1/cs-account/roles/accountRoleId \--header 'Accept: application/json' \--header 'Authorization: 123'
1{2"id": "string",3"name": "string",4"enabled": true,5"description": "string",6"permissions": [7"string"8],9"inherited": true,10"predefined": true11}