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

GET: /users

Get a collection of user summary records from a comma-separated list of UUIDs.

Parameters

  • uuids: (UUIDs) One or more user UUIDs, separated by commas.

Example request

curl -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" https://api.proz.com/v2/users?uuids=08bdd1ab-719c-4513-97f9-27eb6ce71ecb,35cb7be8-61f6-471c-8108-ebd5885e9b0a

Example response

{
  "users": [
    {
      "self_link": "https://api.proz.com/v2/users/08bdd1ab-719c-4513-97f9-27eb6ce71ecb",
      "uuid": "08bdd1ab-719c-4513-97f9-27eb6ce71ecb",
      "site_name": "ConstanzaG",
      "account_type": 2,
      "freelancer_profile_link": "https://api.proz.com/v2/freelancer/08bdd1ab-719c-4513-97f9-27eb6ce71ecb",
      "profile_url": "http://www.proz.com/profile/54089",
      "image_url": "http://www.proz.com/profile_resources/054089_r47f82f770f014.jpg",
      "is_proz_member": false,
      "proz_membership_type": null,
      "is_cpn": false,
      "cpn_language_pair": null,
      "native_languages": [
        "esl"
      ],
      "timezone": "America/Argentina/Buenos_Aires",
      "country": "ar",
      "skype": null
    },
    {
      "self_link": "https://api.proz.com/v2/users/35cb7be8-61f6-471c-8108-ebd5885e9b0a",
      "uuid": "35cb7be8-61f6-471c-8108-ebd5885e9b0a",
      "site_name": "BAmary",
      "account_type": 2,
      "freelancer_profile_link": "https://api.proz.com/v2/freelancer/35cb7be8-61f6-471c-8108-ebd5885e9b0a",
      "profile_url": "http://www.proz.com/profile/74823",
      "image_url": "http://www.proz.com/profile_resources/74823_r4aa1aff8a716d.jpg",
      "is_proz_member": false,
      "proz_membership_type": null,
      "is_cpn": false,
      "cpn_language_pair": null,
      "native_languages": [
        "esl"
      ],
      "timezone": "America/Montreal",
      "country": "ca",
      "skype": null,
      "email_verified": true
    }
  ]
}
    

See also