cURL
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": "[email protected]", "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" }
ok
"66"
"Lorna"
"Lawless"
"[email protected]"
"Example Org"
"186"
"Resident Services"
"Environment & Streetscene"
"Housing"
"PASSED"
Show child attributes
"value"
"true"