Footer Section
Explore

Retrieves account role information, such as name and permissions, for the current system 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.
OK
Object used to manage OneSpan list types
Count
Results
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 \--header 'Accept: application/json' \--header 'Authorization: 123'
1{2"count": -2147483648,3"results": [4{5"id": "string",6"name": "string",7"enabled": true,8"description": "string",9"permissions": [10"string"11],12"inherited": true,13"predefined": true14}15]16}