groups
Overview
Name | groups |
Type | Resource |
Id | okta.group.groups |
Fields
Name | Datatype |
---|---|
id | string |
_embedded | object |
_links | object |
created | string |
lastMembershipUpdated | string |
lastUpdated | string |
objectClass | array |
profile | object |
type | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | groupId, subdomain | Fetches a group from your organization. |
list | SELECT | subdomain | Enumerates groups in your organization with pagination. A subset of groups can be returned that match a supported filter expression or query. |
insert | INSERT | subdomain | Adds a new group with OKTA_GROUP type to your organization. |
delete | DELETE | groupId, subdomain | Removes a group with OKTA_GROUP type from your organization. |
update | EXEC | groupId, subdomain | Updates the profile for a group with OKTA_GROUP type from your organization. |