I’m using the API to register a user - which works. But I can’t get setting custom profile fields at the time of registration to work.
According to https://api2-eu-west-1.insided.com/docs/user/#operation/register this should be possible.
I’m using JSON similar to this:
The user is created but the custom profile fields are not set. The 5 and 6 are the ids of the custom profile fields. The documentation suggests that I need to use the id number.
Setting the custom fields after registering the user works but that involves additional API calls - it would be nice to set them in the initial registration.