POST
/v1/mgmt/user/customattribute/create
Create a custom attributes to configure on users within a project, using a valid management key.
This API endpoint will create a custom attribute 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
Request Body
attributes
array<object>
Status code | Description |
---|---|
200 | OK |
Was this helpful?