ProZ.com global directory of translation services
The translation workplace
Ideas

PUT: /follow/:uuid

Start following a given user.

Parameters

Query parameters:
  • :uuid: (uuid) The UUID of the user to start following.

Example request

curl --request PUT \
    -H 'Authorization: Bearer OAUTH2_ACCESS_TOKEN' \
    https://api.proz.com/v2/follow/ad00b4f1-7b79-461d-92bd-57b4373ef1cb

Response

On success, a 204 No Content response is returned, and any further attempts to follow the same user will also return 204 No Content.