メインコンテンツへスキップ
PATCH
C#

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

ID of the user attribute profile to update.

ボディ

name
string

The name of the user attribute profile.

Required string length: 1 - 128
user_id
object | null

User ID mapping configuration

user_attributes
object

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

レスポンス

User attribute profile successfully updated.

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.