Account Attributes
Following are the list of account attributes:

Unique key for user
This is an Identity Attribute which must not be changed.

Unique identifier for the user (username)

Primary address of the user

Secondary email address of the user, which is typically used for account recovery

First name of the user

Last name of the user

Middle name(s) of the user

Name of the user suitable for display to end users

Casual way to address the user

User’s title, such as "Vice President"

Honorific prefix(es) of the user, or title in most western languages

Honorific suffix(es) of the user

URL of the user’s online profile

Primary phone number of user

Mobile phone number of user

Full street address component of the user’s address

City or locality component of the user’s address

State or region component of the user’s address

ZIP code or postal code component of the user’s address

Country name component of the user’s address

Mailing address component of user’s address.

The user’s preferred written or spoken languages.

The user’s default location for the purposes of localizing items such as currency, date/time format, numerical representations, etc.

The user's time zone

Used to identify the organization-to-user relationship such as ‘Employee’ or ‘Contractor’

Organization or company-assigned unique identifier for the user

Name of cost center assigned to the user

Name of the user’s organization

Name of the user’s division

Name of the user’s department

Display name of the user’s manager

ID of the user’s manager

Status of the user
For example: ACTIVE
, PROVISIONED
, and DEPROVISIONED
etc.

Timestamp of user creation

Timestamp for when the transition to the ACTIVE
status completed

Timestamp for when the status was last changed

Timestamp for when the user was last updated.

Timestamp of the last login session

Timestamp for when the password was last changed

The credential provider type

Name of the credential provider

Groups assigned to the user

Applications assigned to the user

Administrator roles assigned to the user
Note
Custom attributes from the User profile in Okta can be populated using the Discover Schema functionality.
To fetch the name and display name of the assigned user type for account, add the following attributes to the account schema:

Name of the user type

Display name of the user type
Note
Aggregation of type_name and type_displayName is only supported for API Token Authentication Type.