Get API collaborators

GET {{baseUrl}}/apis/:owner/:api/.collaboration?expandTeams=false

Get a list of API collaborators (individual users and teams).

Request Params

KeyDatatypeRequiredDescription
expandTeamsbooleanThis parameter has effect if collaborators include teams. It specifies whether to include a list of team members in the response.

If this parameter is true, the teams[].members array in the response will contain the usernames and IDs of all team members.

If this parameter is false, the teams[].members array will be returned empty. |

RESPONSES

status: OK

{"owner":"df9e0670-b156-4f27-8cd3-92743ae6e76c","ownerName":"myOrg","owners":[{"id":"ae59040c-9bf1-4036-ab62-beedfb8e7dbe","blocked":false},{"id":"ae59040c-9bf1-4036-ab62-beedfb8e7dbe","blocked":false}],"members":[{"name":"non fugiat","roles":["EDIT","COMMENT"],"uuid":"4b9e5015-61e1-442d-9cdd-ddda6b5b014d","startTime":"2002-11-17T00:29:42.921Z","blocked":false,"donotdisturb":false},{"name":"irure fugiat aliquip","roles":["COMMENT","EDIT"],"uuid":"4b9e5015-61e1-442d-9cdd-ddda6b5b014d","startTime":"1985-06-02T13:06:08.475Z","blocked":false,"donotdisturb":true}],"pendingMembers":[{"name":"in enim","roles":["VIEW","EDIT"],"uuid":"4b9e5015-61e1-442d-9cdd-ddda6b5b014d","startTime":"1981-12-16T09:48:43.787Z","blocked":false,"donotdisturb":false},{"name":"incididunt Ut","roles":["EDIT","COMMENT"],"uuid":"4b9e5015-61e1-442d-9cdd-ddda6b5b014d","startTime":"1983-12-05T13:03:37.050Z","blocked":false,"donotdisturb":true}],"teams":[{"name":"ex esse veniam","roles":["EDIT","VIEW"],"uuid":"4b9e5015-61e1-442d-9cdd-ddda6b5b014d","startTime":"1950-02-12T05:52:27.770Z","blocked":false,"donotdisturb":false,"members":[{"name":"id nulla aute cu","uuid":"4b9e5015-61e1-442d-9cdd-ddda6b5b014d","startTime":"1951-07-05T19:30:30.794Z","blocked":false},{"name":"mollit sunt Duis","uuid":"4b9e5015-61e1-442d-9cdd-ddda6b5b014d","startTime":"2013-09-25T00:55:28.364Z","blocked":false}]},{"name":"proident occaecat aliqua commodo","roles":["EDIT","VIEW"],"uuid":"4b9e5015-61e1-442d-9cdd-ddda6b5b014d","startTime":"2015-03-08T15:43:33.565Z","blocked":false,"donotdisturb":false,"members":[{"name":"irure officia deserunt","uuid":"4b9e5015-61e1-442d-9cdd-ddda6b5b014d","startTime":"2020-08-17T18:37:05.460Z","blocked":false},{"name":"pariatu","uuid":"4b9e5015-61e1-442d-9cdd-ddda6b5b014d","startTime":"1963-04-11T16:00:42.732Z","blocked":false}]}]}