custom fields (usersService)

Get list elements. Available for all users.

Get list elements. Available for all users.

get/company/v1/custom_fields/users/lists/{field}

Response

OK

titlestring
valuestring
colorstring
sortinteger
selectedboolean

Example response

{
  "title": "Shop",
  "value": "shop",
  "color": "#6AD01F",
  "sort": 20,
  "selected": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.