profiles

List all team profiles

Retrieves all profiles (permission templates) defined for your team. A profile groups telephony features, call routing rules, and access levels that can be assigned to users. Use this endpoint to discover available profiles before assigning one to a user via POST /users/{userId}/profiles/{profileId}.

Permission: Users Read required.

Monitoring: Not needed. All team profiles are returned regardless of the Monitoring flag.

get/profiles

Response

Successful operation

profile_idinteger
namestring

Example response

[
  {
    "profile_id": 12,
    "name": "MyProfile"
  }
]

Changes

No recorded changes to this endpoint across all 3 revisions of this API.