Skip to main content
PUT
Update

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.

Path Parameters

id
string
required

The id field.

Body

application/json

The UserAttributeManagementServiceUpdateRequest 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.

updateMask
string | null

Response

200 - application/json

Successful response

The UserAttributeManagementServiceUpdateResponse message.

attribute
User Attribute Mapping View · object | null

The UserAttributeMappingView message.

expanded
object[] | null

The expanded field.