Funds
Get fund collaborators
Retrieves a list of all active collaborators for a specific fund.
Access Control:
- Fund managers can view collaborators of their funds
- Collaborators can view other collaborators of the same fund
- Other users cannot view fund collaborators
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the fund
Response
200
application/json
List of fund collaborators successfully retrieved
Unique identifier of the collaboration
Example:
"123e4567-e89b-12d3-a456-426614174000"
Email address of the collaborator
Example:
"john.doe@example.com"
First name of the collaborator
Example:
"John"
Last name of the collaborator
Example:
"Doe"
Was this page helpful?