API Reference/Management/Users/Custom Attributes GET/v1/mgmt/user/customattributesSendHeadersAuthorizationAuthorizationRequiredBearer <token>< Project ID >:< Management Key > as bearerIn: headercURLJavaScriptGoPythoncurl -X GET "https://api.descope.com/v1/mgmt/user/customattributes" \ -H "Authorization: Bearer <token>"200OKResponse{ "data": [ { "name": "string", "type": 0, "options": [ { "value": "string", "label": "string" } ], "displayName": "string", "defaultValue": { "@type": "string" }, "viewPermissions": [ "string" ], "editPermissions": [ "string" ], "editable": true } ], "total": "string" }TypeScript Was this helpful?NextImpersonate User POSTNextCreate a Custom Attributes POST