Last updated 1 year ago
Was this helpful?
/v1/user-attributes
curl -L \ --url '/v1/user-attributes' \ --header 'Authorization: Bearer JWT'
{ "paging": { "next": { "after": "text" } }, "data": [ { "id": "text", "name": "text", "label": "text", "type": "STRING", "allowMultipleValues": true } ] }
/v1/user-attributes/{userAttributeId}
curl -L \ --url '/v1/user-attributes/{userAttributeId}' \ --header 'Authorization: Bearer JWT'
{ "id": "text", "name": "text", "label": "text", "type": "STRING", "allowMultipleValues": true }