cURL
curl --request GET \ --url http://localhost:3001/portal-api/users/{user_id}/custom-attributes \ --header 'Authorization: <api-key>'
[ { "Value": "true", "ID": 1, "CustomAttribute": { "Name": "Terms of use", "Identifier": "terms-of-use", "Type": "Boolean", "Behaviour": "Edit and view", "AddToKeyMetadata": true, "Required": true, "ShowOnSignUp": true, "WriteOnceReadMany": true } } ]
Get extended custom attributes for user
UID of user
1
OK
custom attribute value
"true"
UID of this user custom attribute
Show child attributes
Was this page helpful?