User Object JSON
unknown
javascript
2 years ago
1.4 kB
10
Indexable
// GET v1/36e10f87-9893-4a1e-a2ef-68f384303114/identities/3b92673d-cad6-4c3b-a4f2-2d2e6a3fb146
{
"id": "3b92673d-cad6-4c3b-a4f2-2d2e6a3fb146",
"name": "Bob",
"email": "robert.nesta@rastafari.com",
"email_verified": true,
"email_verified_at": "1945-02-6T08:47:35.000000Z",
"phone": "string",
"phone_verified": false,
"phone_verified_at": null,
"given_name": "Robert Nesta",
"family_name": "Marley",
"locale": "en-GB",
"picture": "https://cataas.com/cat",
"timezone": "America/Jamaica",
"created_at": "1945-02-6T08:47:35.000000Z",
"updated_at": "2022-03-30T08:47:35.000000Z",
"connections": [
{
"id": "65616e50-ff8b-4acf-a404-5fbabfc79d8b",
"name": "SAML OKTA",
"type": "saml",
"subject_identifier": "robert.nesta@rastafari.com",
"created_at": "1945-02-6T08:47:35.000000Z",
"updated_at": "1945-02-6T08:47:35.000000Z"
}
],
"type": "employee",
"country": "Jamaica",
"empoyee_number": "F00B4R",
"disabled": true,
"addresses": [
{
"id": "3eea183f-1cd8-4b76-b2f2-780a63d8d0c0",
"street_address": "string",
"region": "string",
"postal_code": "string",
"country": "string",
"locality": "string",
"formatted": "string",
"type": "string",
"primary": true
}
],
"groups": [
{
"id": "a76b78e3-efe3-4300-b076-afa14bb377d6",
"name": "Administrators"
}
]
}Editor is loading...