ReferenceAPIOperationsProject Members
List eligible project member candidates
List eligible project member candidates
Operation ID
list_project_member_candidatesAuthorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
project_id*string
Project ID
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/projects/string/members/candidates"{ "candidates": [ { "display_name": "string", "email": "string", "id": "string", "role": "string", "status": "string" } ]}