GET
/v1/mgmt/user/customattributes
Get available custom attributes to configure on users within a project, using a valid management key.
This API endpoint will return the available user custom attributes within a project.
See also
- See Custom Attributes for further details on custom user attributes
- See Manage Users for further details on managing users.
- See The User Object for further details on the user object.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Status code | Description |
---|---|
200 | OK |
Was this helpful?