API Guide

],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
GET /auth/users
Retrieves all user information.
API
GET/auth/users
Description This API returns all user records.
Request
parameters
None
Responses 200 — Get all user details configured with SFD
{
"data": [
{
"first_name": "string",
"last_name": "string",
"user_id": "string",
"state": true,
"cli_access": true,
"user_role": "ADMIN",
"ad_user": false,
"contact_number": "string",
"updated_by": "string",
"last_updated": 0,
"user_status": "ACTIVE",
"cli_status": "ACTIVE"
}
]
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
Authentication
21