Oore CI
ReferenceAPIOperationsProject Members

List eligible project member candidates

List eligible project member candidates

Operation IDlist_project_member_candidates
GET
/v1/projects/{project_id}/members/candidates

Authorization

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"    }  ]}