Account
Get all users
get/account/users
Response
array of users
Example response
[
{
"id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"client_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"created_at": 1576300370,
"updated_at": 1576300370,
"first_name": "James",
"last_name": "Smith",
"email": "jsmith@example.com",
"client_admin": true,
"org_default_role": "admin",
"reset_token_expiration": 1576300370,
"invite_token_expiration": 1576300370,
"last_login_ip": "192.168.0.1",
"last_login_at": 1576300370,
"last_login_ua": "curl/1.0"
}
]