In the profile editor, I selected “Profile” of an application (Not “User (Default)”), added a custom attribute.
I tried to call the following api:
POST: {{url}}/api/v1/users/{{userid}}
Header: SSWS {{apikey}}
And in the body: {Profile : { “custom_att”: “value” }}
It did not work until I added the custom attribute to “User (default)”
Can any body help ?