Last updated 1 year ago
Was this helpful?
GET /v1/user-attributes HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
{ "paging": { "next": { "after": "text" } }, "data": [ { "id": "text", "name": "text", "label": "text", "type": "STRING", "allowMultipleValues": true } ] }
GET /v1/user-attributes/{userAttributeId} HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
{ "id": "text", "name": "text", "label": "text", "type": "STRING", "allowMultipleValues": true }