# List member roles

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

Endpoint: GET /organizations/{organizationId}/member-roles
Version: 1.0.33
Security: bearerAuth

## Path parameters:

  - `organizationId` (string, required)
    Organization ID of the member accessing the resource

## Response 200 fields (application/json):

  - `items` (array, required)

  - `items.id` (integer, required)

  - `items.key` (string, required)
    Example: csm

  - `items.name` (string, required)
    Example: CSM

  - `totalCount` (number, required)

