Okta · Schema
UserProfile
IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform
Properties
| Name | Type | Description |
|---|---|---|
| city | string | |
| costCenter | string | |
| countryCode | string | |
| department | string | |
| displayName | string | |
| division | string | |
| string | ||
| employeeNumber | string | |
| firstName | string | |
| honorificPrefix | string | |
| honorificSuffix | string | |
| lastName | string | |
| locale | string | |
| login | string | |
| manager | string | |
| managerId | string | |
| middleName | string | |
| mobilePhone | string | |
| nickName | string | |
| organization | string | |
| postalAddress | string | |
| preferredLanguage | string | |
| primaryPhone | string | |
| profileUrl | string | |
| secondEmail | string | |
| state | string | |
| streetAddress | string | |
| timezone | string | |
| title | string | |
| userType | string | |
| zipCode | string |
JSON Schema
{
"$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"
]
}