Create Or Update User Custom Field

Set the value of a learning custom field for a user. Creates the value if it does not exist yet, or replaces it if it does.

Authentication

Api-Keystring

API key of the organization. Always sent together with the Secret-Access header.

Path parameters

organization_slugstringRequired
custom_field_idstringRequired
user_organization_idintegerRequired

Headers

Secret-AccessstringRequired

Request

This endpoint expects an object.
custom_field_answerstringRequired

Response

Custom field created successfully
originalIdstring
namestring
slugstring
organizationIdinteger
descriptionstringOptional
Description of the custom field.
maxLengthintegerOptional
customFieldTypeobjectOptional

Errors

400
Bad Request Error
422
Unprocessable Entity Error