Skip to main content
POST
C#

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

name
string
required

The name of the user attribute profile.

Required string length: 1 - 128
user_attributes
object
required

User attributes configuration map. Keys are attribute names, values are the mapping configuration for each attribute.

user_id
object

User ID mapping configuration

Response

User attribute successfully created.

id
string<user-attribute-profile-id>

User Attribute Profile identifier.

name
string

The name of the user attribute profile.

Required string length: 1 - 128
user_id
object

User ID mapping configuration

user_attributes
object

User attributes configuration map. Keys are attribute names, values are the mapping configuration for each attribute.