GET
/
users
/
{id}
curl --request GET \
  --url https://api.zivio.net/api/v3/users/{id} \
  --header 'X-API-Key: <api-key>' \
  --header 'zivio-tenant-id: <api-key>'
{
  "id": "66",
  "first_name": "Lorna",
  "last_name": "Lawless",
  "email": "lorna@example.com",
  "org_name": "Example Org",
  "org_id": "186",
  "business_unit": "Resident Services",
  "division": "Environment & Streetscene",
  "department": "Housing",
  "vetting_status": "PASSED",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "custom_fields": {
    "key": "value"
  },
  "has_oversight": "true"
}

Authorizations

X-API-Key
string
header
required
zivio-tenant-id
string
header
required

Path Parameters

id
string
required

Response

200
*/*
ok
id
integer
Example:

"66"

first_name
string
Example:

"Lorna"

last_name
string
Example:

"Lawless"

email
string
Example:

"lorna@example.com"

org_name
string
Example:

"Example Org"

org_id
integer
Example:

"186"

business_unit
string
Example:

"Resident Services"

division
string
Example:

"Environment & Streetscene"

department
string
Example:

"Housing"

vetting_status
string
Example:

"PASSED"

created_at
string
updated_at
string
custom_fields
object
has_oversight
string
Example:

"true"