Roles

Contents

Roles

A role represents a set of permissions to operate over some resources.

List roles

GET /v2/admin/customers/:customer_id/roles

It lists the roles belonging to a customer.

Inputs

None

Returns

An array of roles, each with the following fields:

Field Type Description
id String Identifier of the role.
first_name String Name of the role.
description String Description of the role.
resource_type String An identifier for the type of resource, specifically "role".

Back to top