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.
Name
Enabled
Descriptions
[Permissions]
No Content
curl --request POST \--url https://coreapps-rlsdev.congacloud.io/api/sign/v1/cs-account/roles \--header 'Accept: application/json' \--header 'Authorization: 123' \--header 'Content-Type: application/json' \--data '{"name": "string","enabled": true,"description": "string","permissions": ["string"]}'