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

User

Description

Information about a ProZ.com user account.

Example

{
  "uuid": "32a9a4d0-cb6e-463f-a0ab-63d0a0418bc7",
  "site_name": "John Snow",
  "account_type": "2",
  "email": "[email protected]",
  "email_verified": true,
  "profile_url": "http:\/\/www.proz.com\/profile\/46745",
  "contact_info": {
    "email": "[email protected]",
    "first_name": "John",
    "middle_name": "",
    "last_name": "Snow"
  },
  "proz_membership": {
    "status": "current",
    "expiration_date": "2019-09-25",
    "expired_date": null,
    "certified_pro_network_status": "not_current",
    "plus_package": false,
    "membership_type": "professional",
    "membership_package": "standard"
  }
}

Fields

uuid uuid A universally unique identifier.
site_name string The name the user has chosen to show on the ProZ.com site. Depending on privacy preferences, this may be a full first and last name or it may be a nickname (the account username).
account_type account type ID The user's account type (freelancer, company, etc.).
email string Email address. Requires the user.email authorization scope, otherwise this will be null.
email_verified boolean Whether the user has an verified email.
profile_url string The URL of the user's profile on ProZ.com.
contact_info contact info Contact information for the user.
proz_membership ProZ.com membership Information about the user's ProZ.com membership.

Contact info

email string Email address. Requires the user.email authorization scope, otherwise this will be null.
first_name string First name. Visible only if the user has made his or her real name publicly visible, or you have the user.name authorization scope. Otherwise it will be null.
middle_name string Middle name. Visible only if the user has made his or her real name publicly visible, or you have the user.name authorization scope. Otherwise it will be null.
last_name string Last name. Visible only if the user has made his or her real name publicly visible, or you have the user.name authorization scope. Otherwise it will be null.

ProZ.com membership

status string Status of the user's (paid) ProZ.com membership. Either current or not_current.
expiration_date date The date the membership expires, or null if status is not_current.
expired_date date The date the user's previous membership expired, or null if status is current or the user had no ProZ.com membership in the past year.
certified_pro_network_status string Status of the user's membership in the Certified Pro Network. Either current or not_current.
plus_package boolean Deprecated. Test for membership_package = "plus" instead. Whether the user has the PLUS membership package.
membership_type string If the user has a current ProZ.com membership, this indicates the type: either "professional", "business", or null if not a member.
membership_package string If the user has a current ProZ.com membership, this indicates the membership package, which bestows different benefits: either "standard", "plus", enterprise, or null if not a member.

Endpoints that use this resource

See also