Skip to content

List member roles

Request

Returns the member-customer role definitions for the organization. These are the roles that associate a member with a customer, such as CSM or Account Manager

Security
bearerAuth
Path
organizationIdstringrequired

Organization ID of the member accessing the resource

Example:my-organization-id
curl -i -X GET \
  https://docs.api.hook.co/_mock/v1/openapi/organizations/my-organization-id/member-roles \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Default Response

Bodyapplication/json
itemsArray of objects(MemberRole)required
totalCountnumberrequired
Response
{ "items": [ {} ], "totalCount": 0 }