listProjectMembers
listProjectMembersRetrieve the users and groups in a project with their IDs and assigned roles, enabling quick identification of valid assignees when managing issues.
Instructions
Discover the users and groups that belong to one project, their IDs and assigned roles. Use when choosing or interpreting assignees; getUserWorkload analyzes a user's issues rather than membership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| projectId | Yes | Project identifier or numeric ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of memberships that may appear on this page. | |
| offset | Yes | Zero-based offset of the first membership on this page. | |
| members | No | Memberships on this page. | |
| totalCount | Yes | Total number of memberships across all pages. |