Download OpenAPI specification:Download
This endpoint requires the following permission(s): project_configuration:collaborators:read. This endpoint belongs to the Project Configuration domain, which has a default rate limit of 60 requests per minute.
| project_id required | string <= 255 characters Example: proj1ab2c3d4 ID of the project |
| starting_after | string Example: starting_after=ent12354 Pagination cursor. Pass the id of the last item from the previous page to fetch the next page; omit for the first page. |
| limit | integer Default: 20 Example: limit=10 Maximum number of items to return per page. Values below 1 or above 100 are clamped to that range rather than rejected. |
{- "object": "list",
- "items": [
- {
- "object": "collaborator",
- "id": "collab1a2b3c4d5",
- "name": "John Doe",
- "email": "john.doe@example.com",
- "role": "admin",
- "accepted_at": 1658399423658,
- "has_mfa": true
}
], - "next_page": "/v2/projects/proj1ab2c3d4/collaborators?starting_after=collab1a2b3c4d5",
- "url": "/v2/projects/proj1ab2c3d4/collaborators"
}