Create Attributes

Add custom attributes like (age, location, etc.) to store user data. Define the name, type, and default value.
Optional: Set a callback to get notified when creation is complete.

Body Params
data
array of objects
required

A list of custom attributes you want to add, like age or gender. For each field, define its name, type (number, text, etc.), and other optional settings.

data*
notify_callback
object
required
Headers
string
required
string
required

Specify the request content type. It must be application/json

Responses

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json