Get users in an account.
Returns a paginated list of users for the specified account. Only superadmins can access this endpoint.
cURL
curl --request GET \ --url https://api.example.com/api/v1/accounts/{account_id}/users
{ "items": [ { "id": "<string>", "email": "<string>", "role": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "page_size": 123, "total_pages": 123 }
Page number (1-indexed)
x >= 1
Items per page
1 <= x <= 100
Successful Response
Paginated response for account users list.
List of users
Show child attributes
Total number of users
Current page number (1-indexed)
Number of items per page
Total number of pages