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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"Value":"\u003cstring\u003e","ID":"\u003cinteger\u003e","CustomAttribute":{"Name":"\u003cstring\u003e","Identifier":"\u003cstring\u003e","Type":"\u003cstring\u003e","Behaviour":"\u003cstring\u003e","AddToKeyMetadata":"\u003cboolean\u003e","Required":"\u003cboolean\u003e","ShowOnSignUp":"\u003cboolean\u003e","WriteOnceReadMany":"\u003cboolean\u003e"}}