Skip to content

Custom Attributes

Unidy allows managing custom attributes for users through a REST API. Currently, it's possible to:

  • Get a custom attribute by attribute name for users
  • Get a list of all custom attributes for users
  • Update a custom attribute for users

See list of all available resources here

The request body must be in compliance with JSON Schema

  curl  \
    'https://<YOUR UNIDY DOMAIN>/api/v1/users/:USER_ID/custom_attributes' \
    -H 'Content-Type: application/json' \
    -H 'Authorization: bearer <YOUR ACCESS TOKEN>'