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
Example response
[
{
"userId": "123456AB-ab12-3c4d-5e67-89f1abc1defa",
"userName": "john.doe",
"name": "John Doe",
"email": "john.doe@example.com"
}
]