Fetch All Users
GET
/api/v1/developer/users
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Query Parameters
expand[]
Type
string
Example
"access_policy"page_num
Type
string
Example
"1"page_size
Type
string
Example
"25"Responses
Users retrieved successfully
application/json
JSON "code": "string", "msg": "string", "data": [ { "id": "string", "first_name": "string", "last_name": "string", "full_name": "string", "alias": "string", "user_email": "string", "email_status": "string", "phone": "string", "employee_number": "string", "onboard_time": 0, "nfc_cards": [ { "id": "string", "token": "string", "type": "string" } ], "license_plates": [ { "id": "string", "credential": "string", "credential_type": "license", "credential_status": "string" } ], "pin_code": { "token": "string" }, "access_policy_ids": [ "string" ], "access_policies": [ { "id": "string", "name": "string", "resources": [ { "id": "string", "type": "string" } ], "schedule_id": "string" } ], "status": "string", "touch_pass": [ { "id": "string", "card_id": "string", "card_name": "string", "status": "string" } ] } ], "pagination": { "page_num": 0, "page_size": 0, "total": 0 }
{
}