-
- Translation help networkKudoZOther terminology resourcesLearn more: About terminology at ProZ.com
-
-
POST: /user-list-collaborator
Add a new UserListCollaborator.
Required authorization scope
When using OAuth2 access tokens, the ParametersPass the JSON representation of the UserListCollaborator as the POST data. Example requestHere's an example of submitting a request using
curl -H 'Content-Type: application/json' \
-H 'Authorization: Bearer OAUTH2_ACCESS_TOKEN' \
-d '{
"entity_list_id": 61,
"entity_id": 46745,
"permission": "view"
}' \
https://api.proz.com/v2/user-list-collaborator
ResponseOn success, a On error, a standard error response will be returned. |