v1
latestOpenAPI 3.1.12026-07-242899061.7 MBUsers
The User route is used to get all the user data for one’s organization.
The User route is used to get all the user data for one’s organization. There currently are no filters or params.
get/v1/user_mgmt
Response
OK
Example response
{
"users": [
{
"scopes": [
{
"updated_at": "2021-10-01T22:18:57+00:00",
"name": "AddCompany",
"id": 1234,
"display_name": "Add Company",
"description": "Provides the ability to Add Companies to a Portfolio.",
"created_at": "2021-10-01T22:18:57+00:00"
}
],
"primary_user_id": 1,
"last_sign_in_at": "2021-10-01T22:18:57+00:00",
"last_name": "Sampson",
"is_active": true,
"first_name": "Bob",
"eula_accepted_on": "2021-10-01T22:18:57+00:00",
"employee_id": "1234",
"email": "bob@riskrecon.com",
"customer_id": "5976423a-ee35-11e3-8569-14109ff1a304",
"current_sign_in_at": "2021-10-01T22:18:57+00:00",
"company_id": 1234,
"cell_phone": "18001231234"
}
]
}