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