User Management
List user summaries. Only available to the system admin user.
get/accounts
Query parameters
state'enabled' | 'disabled' | 'deleting'
Filter accounts by state
Response
Accound summary listing
Example response
[
{
"last_updated": "2000-01-23T04:56:07.000+00:00",
"name": "name",
"created_at": "2000-01-23T04:56:07.000+00:00",
"state": "enabled",
"type": "user",
"email": "email"
}
]