Skip to main content
GET
/
customer
/
{customerId}
/
role
List Role
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>"
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required

Response

Roles successfully returned

id
string

Unique, unchangeable system generated identifier for the role.

name
string

Role name.

activeFeatureKeys
string[]

Array of active features.