Fetch User
GET
/api/v1/developer/users/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
Example
"550e8400-e29b-41d4-a716-446655440000"Query Parameters
expand[]
Type
string
Valid values
"access_policy"Example
"access_policy"Responses
User 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" } ] }
{
}