Update a user custom attribute

PUT {{baseUrl}}/users/:user_id/custom-attributes/:custom-attribute_id

Update a user custom attribute value if write once set false

Request Body

{"Value"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;Value&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;CustomAttribute&quot;:{&quot;Name&quot;:&quot;\u003cstring\u003e&quot;,&quot;Identifier&quot;:&quot;\u003cstring\u003e&quot;,&quot;Type&quot;:&quot;\u003cstring\u003e&quot;,&quot;Behaviour&quot;:&quot;\u003cstring\u003e&quot;,&quot;AddToKeyMetadata&quot;:&quot;\u003cboolean\u003e&quot;,&quot;Required&quot;:&quot;\u003cboolean\u003e&quot;,&quot;ShowOnSignUp&quot;:&quot;\u003cboolean\u003e&quot;,&quot;WriteOnceReadMany&quot;:&quot;\u003cboolean\u003e&quot;}}