cURL
curl --request GET \ --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/role \ --header 'Authorization: Basic <encoded-value>'
[ { "id": "<string>", "name": "<string>", "activeFeatureKeys": [ "<string>" ] } ]
Returns all roles and the active features for each role.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Roles successfully returned
Unique, unchangeable system generated identifier for the role.
Role name.
Array of active features.
Was this page helpful?