list_groups
Retrieve and filter user groups from Okta with options for pagination, sorting, and searching specific fields for streamlined group management.
Instructions
List user groups from Okta with optional filtering and pagination
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Cursor for pagination, obtained from previous response | |
filter | No | Filter expression for groups | |
limit | No | Maximum number of groups to return (default: 50, max: 200) | |
search | No | Free-form text search across group fields | |
sortBy | No | Field to sort results by | |
sortOrder | No | Sort order (asc or desc, default: asc) |