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