cURL
curl --request GET \ --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/role/{roleId} \ --header 'Authorization: Basic <encoded-value>'
{ "id": "<string>", "name": "<string>", "activeFeatureKeys": [ "<string>" ] }
Returns details for a single 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
Role details successfully returned
Unique, unchangeable system generated identifier for the role.
Role name.
Array of active features.
Was this page helpful?