-
- Translation help networkKudoZOther terminology resourcesLearn more: About terminology at ProZ.com
-
-
GET: /user-list/:user-list-id/collaboratorGet a collection of UserListCollaborator for a given UserList ID. Required authorization scope
When using OAuth2 access tokens, the Parameters
Example requestcurl -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" https://api.proz.com/v2/user-list/17/collaborator
ResponseReturns a collection of UserListCollaborator objects.
{
"user_list_collaborators": [
{
"entity_list_collaborator_id": 17,
"entity_list_id": 3,
"entity_id": 46745,
"entity_link": "https://api.proz.com/v2/users/ad00b4f1-7b79-461d-92bd-57b4373ef1cb",
"permission": "admin"
}
]
}
|