This returns the list of users in the Equotix One account.
Request
Body Params application/json
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"user_id": 0,
"filter_user_group_id": 0,
"filter_username": "string",
"filter_date_modified": "string",
"filter_deleted": true,
"page": 0,
"sort": "string",
"order": "string",
"limit": 0
}
Responses
application/json {
"error": [
"string"
],
"users": [
{
"user_id": 0,
"user_group_id": 0,
"username": "string",
"firstname": "string",
"lastname": "string",
"email": "string",
"preference": {},
"date_added": "string",
"date_modified": "string",
"date_active": "string",
"deleted": true
}
]
}
Modified at 2024-10-20 12:47:25