Actions
List Groups
Enumerates groups in your organization with pagination. A subset of groups can be returned that match a supported filter expression or query.
External Documentation
To learn more, visit the Okta documentation.
Basic Parameters
Parameter | Description |
---|---|
Query | Searches the name property of groups for matching value. |
Return All Pages | Automatically fetch all resources, page by page. |
Advanced Parameters
Parameter | Description |
---|---|
Expand | Adds extra metadata to the response if provided. Possible values are stats and/or app. |
Limit | Specifies the number of group results in a page.If you don’t specify a value for limit and don’t specify a query, only 200 results are returned for most orgs.If you don’t specify any value for limit and do specify a query, a maximum of 10 results are returned. |
Search | Filter expression for groups based on the SCIM protocol specification.For more information visit https://developer.okta.com/docs/reference/core-okta-api/#filter.For example: type eq "APP_GROUP" or lastUpdated gt "yyyy-MM-dd'T'HH:mm:ss.SSSZ" |
Example Output
Workflow Library Example
Temporarily Add User to Group with Okta
Preview this Workflow on desktop
Was this page helpful?