v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Account User

List account users

Retrieves all the account users.

get/v3/accounts/{account_id}/users

Path parameters

account_idstring required

Unique Account identifier.

Response

OK

user_idstring
account_idstring
user_typestring
user_emailstring
user_namestring

Example response

{
  "user_id": "54de866e-dc98-48d6-a2ea-4736a430f273",
  "account_id": "e196ad75-a6d0-471b-90b3-de3843dd7860",
  "user_type": "user",
  "user_email": "user@example.com",
  "user_name": "username123"
}