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

UserList

Description

Organize users into named groups.

Example

{
  "id": 17,
  "parent_id": 3,
  "name": "My Vendors",
  "description": "This is a description of My Vendors list.",
  "users": [
    {
      "id": 46745,
      "link": "https://api.proz.com/v2/users/ad00b4f1-7b79-461d-92bd-57b4373ef1cb",
      "operation": "include"
    },
    {
      "id": 105392,
      "link": "https://api.proz.com/v2/users/74d33be4-43d0-4789-8d81-9a60eca97ba9",
      "operation": "include"
    },
    {
      "id": 72743,
      "link": "https://api.proz.com/v2/users/6e4f5d74-e38a-425f-a98e-ed59c6cd9a72",
      "operation": "exclude"
    }
  ]
}

Fields

UserList

id integer
(read-only)
The UserList ID.
parent_id integer The UserList ID that this UserList is a child of. Allows for a nested tree of UserLists (or "sub-lists").
name string The title/name identifier for this list. Each user's lists must have unique names.
description string Optional description for this list.
users list UserListEntry The collection of user entries that constitutes this list.

Endpoints that use this resource