v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get User Details

get/user/{user_uid}}

Path parameters

user_uidstring required

Response

200

typestring

Example response

{
  "type": "success",
  "data": {
    "user_uid": "6c513b60-ff7c-11e7-b3a8-29b417a4f3fa",
    "first_name": "Raghav",
    "last_name": "G",
    "email": "raghav@zuper.co",
    "home_phone_number": "7397722822",
    "designation": "CTO",
    "emp_code": "1234",
    "work_phone_number": "7397722822",
    "profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/3d87e6d0-e8d8-11ed-adf9-a5fc91f5c57c.jpeg",
    "hourly_labor_charge": 500,
    "is_active": true,
    "created_at": "2018-01-22T13:59:11.000Z",
    "updated_at": "2023-05-02T10:58:16.000Z",
    "role": {
      "role_uid": "504e4eac-ff7d-11e7-8be5-0ed5f89f718b",
      "role_name": "Admin",
      "role_key": "ADMIN"
    },
    "custom_fields": [
      {
        "label": "Text Area",
        "value": "Test",
        "type": "MULTI_LINE",
        "_id": "64d3658680c73de03be1c6f8"
      }
    ]
  }
}