{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserProfile", "title": "UserProfile", "type": "object", "properties": { "city": { "type": "string" }, "costCenter": { "type": "string" }, "countryCode": { "type": "string" }, "department": { "type": "string" }, "displayName": { "type": "string" }, "division": { "type": "string" }, "email": { "type": "string" }, "employeeNumber": { "type": "string" }, "firstName": { "type": "string" }, "honorificPrefix": { "type": "string" }, "honorificSuffix": { "type": "string" }, "lastName": { "type": "string" }, "locale": { "type": "string" }, "login": { "type": "string" }, "manager": { "type": "string" }, "managerId": { "type": "string" }, "middleName": { "type": "string" }, "mobilePhone": { "type": "string" }, "nickName": { "type": "string" }, "organization": { "type": "string" }, "postalAddress": { "type": "string" }, "preferredLanguage": { "type": "string" }, "primaryPhone": { "type": "string" }, "profileUrl": { "type": "string" }, "secondEmail": { "type": "string" }, "state": { "type": "string" }, "streetAddress": { "type": "string" }, "timezone": { "type": "string" }, "title": { "type": "string" }, "userType": { "type": "string" }, "zipCode": { "type": "string" } }, "x-okta-extensible": true, "x-okta-tags": [ "User" ] }