v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBCustom Attributes
Create a New Custom Attribute
This endpoint creates a new custom attribute for the current organization. Your organization must register custom attributes before values can be assigned to users associated with the attribute. A maximum of 50 custom attributes can be added.<h3>Required Scope</h3>custom_attribute:write
post/api/v2/custom-attributes
Request body
Example request
{
"data": {
"type": "custom-attributes"
}
}Response
Success