Configuration

List Project Members

Retrieve all users with access to the project and their roles. Use for access management or auditing.

page_size defaults to 30, maximum 100.

get/api/v2/projects/{project_id}/members

Path parameters

project_idstring required

Query parameters

pageinteger
page_sizeinteger

Response

MembersList(data: List[server.api_routes.projects_api_v2.MemberInfo], pagination: server.api_routes.api_v2_common.PaginationInfo)

Changes

No recorded changes to this endpoint across all 1 revision of this API.