Skip to main content
POST
Create

Authorizations

Authorization
string
header
required

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

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Body

application/json

The UserAttributeManagementServiceCreateRequest message.

attributeType
User Attribute Type · object | null
required

The UserAttributeType message.

This message contains a oneof named config. Only a single field of the following list may be set at a time:

  • app
  • appUserProfile
  • customAppUserProfile
  • celExpression
expandMask
User Attribute Map Config Expand Mask · object | null

The UserAttributeMapConfigExpandMask message.

fallbacks
User Attribute Mapping Fallback · object[] | null

The fallbacks field.

profileTypeIds
string[] | null

The profileTypeIds field.

Response

200 - application/json

Successful response

The UserAttributeManagementServiceCreateResponse message.

attribute
User Attribute Mapping View · object | null

The UserAttributeMappingView message.

expanded
object[] | null

The expanded field.