GET /api/v1/groups
Lists all Groups with pagination support.
The number of Groups returned depends on the specified limit
, if you have a search, filter, and/or query parameter set, and if that parameter is not null. We recommend using a limit less than or equal to 200.
A subset of Groups can be returned that match a supported filter expression, query, or search criteria.
Note: Results from the filter or query parameter are driven from an eventually consistent datasource. The synchronization lag is typically less than one second. See Filtering for more information on expressions.
Servers
- https://{yourOktaDomain}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
sortOrder |
String | No |
Specifies sort order: Default value: "asc" |
limit |
Integer | No |
Specifies the number of Group results in a page. Don't write code that depends on the default or maximum value, as it might change. If you receive an The Okta default Everyone group isn't returned for users with a Group Admin role.
|
filter |
String | No |
Filter expression for Groups
|
sortBy |
String | No |
Specifies field to sort by (for search queries only). |
q |
String | No |
Finds a Group that matches the
|
after |
String | No |
Specifies the pagination cursor for the next page of Groups. The |
expand |
String | No |
If specified, additional metadata is included in the response. Possible values are |
search |
String | No |
Searches for groups with a supported filtering expression for all attributes except for Search currently performs a Using search requires URL encoding, for example, This operation searches many properties:
* Any group profile property, including imported app group profile properties.
* The top-level properties |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.