openai_list_project_users
Retrieve a list of users belonging to a specific project using its ID. Supports pagination with cursor and page size options.
Instructions
List members of a project.
Args:
project_id: The project's ID (see openai_list_projects).
after: Pagination cursor from a previous response's `last_id`.
limit: Maximum number of users to return per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |