GroupOwners
Group owners.
View Specific Information
Required Scopes
To query this view, Scope must include okta.groups.read, and you must be subscribed to Okta Identity Governance.
Select
The add-in uses the Okta API to process WHERE clause conditions built with the following columns and operators.- GroupId supports the '=' operator
- Type supports the '=' and 'LIKE (starts with)' operators
All other filters are processed client-side within the add-in.
For example, the following query is processed server-side:
SELECT * FROM GroupOwners WHERE GroupId = '00g1emaKYZTWRYYRRTSK'
Columns
| Name | Type | Description |
| Id [KEY] | String | Id of the group |
| LastUpdated | Datetime | When the group's profile was last updated |
| DisplayName | String | Display name of the group owner |
| Type | String | The entity type of the owner |
| Resolved | Boolean | If originType is APPLICATION, this parameter is set to FALSE until the owner's originId is reconciled with an associated Okta ID. |
| OriginId | String | ID of the app instance if the originType is APPLICATION. This value is NULL if originType is OKTA_DIRECTORY. |
| OriginType | String | The source where group ownership is managed |
| GroupId | String | Group Id |