latestOpenAPI 3.1.0MIT2026-08-104712182.1 KB

c71c20d26559

users

List users

Retrieves a list of users for the account

get/users

Query parameters

showInactiveboolean

Determines whether or not inactive users will be returned

Response

List of users retrieved successfully

userIdstring
userNamestring
namestring
emailstring

Example response

[
  {
    "userId": "123456AB-ab12-3c4d-5e67-89f1abc1defa",
    "userName": "john.doe",
    "name": "John Doe",
    "email": "john.doe@example.com"
  }
]