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" }
The response is of type object.
object