list_group_users
Retrieve user details in a specific group using group ID, with options to limit results and paginate through large datasets. Integrates with Okta MCP Server for streamlined user management.
Instructions
List all users in a specific group
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Cursor for pagination, obtained from previous response | |
groupId | Yes | ID of the group | |
limit | No | Maximum number of users to return (default: 50, max: 200) |