Get a user custom attribute

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

Get a user custom attribute

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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"}}