list_members
List organization members with pagination. Pass the last user ID to retrieve subsequent members, each including id, email, name, role, and timestamps.
Instructions
List organization members.
Returns up to limit members per call. For pagination, pass the
last user_id from a previous response as after_id. Member objects
include id, email, name, role (user / developer / billing / admin /
claude_code_user), and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of members to return (1-100) | |
| before_id | No | Cursor: return results before this user_id | |
| after_id | No | Cursor: return results after this user_id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||