UserTypes
Types of users.
View Specific Information
Required Scopes
To query this view, Scope must include okta.userTypes.read.
Select
The add-in uses the Okta API to process WHERE clause conditions built with the following columns and operators.- Id supports the '=' operator
All other filters are processed client-side within the add-in.
For example, the following query is processed server-side:
SELECT * FROM UserTypes WHERE Id='otyfnly5cQjJT9PnR0g4'
Columns
| Name | Type | Description |
| Id [KEY] | String | Id of the type |
| Name | String | Name of the type |
| DisplayName | String | Display name of the type |
| Description | String | Description of the type |
| Default | Boolean | Whether this type is the default |
| Created | Datetime | When the item was created |
| CreatedBy | String | Who created the item |
| LastUpdated | Datetime | When the item was last updated |
| LastUpdatedBy | String | Who last updated the item |