オブジェクトを識別するためのエイリアス
属性オブジェクトに任意のフィールドを含む API リクエストは、指定されたユーザープロファイルの指定された値でその名前の属性を作成または更新します。
Brazeユーザープロファイルフィールド名(以下またはBrazeユーザープロファイルフィールドのセクションに記載されているもの)を使用して、ダッシュボードのユーザープロファイルの特別な値を更新するか、独自のカスタム属性データをユーザーに追加します。
オブジェクトボディ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"aliases_to_identify" : (required, array of aliases to identify object)
[
{
"external_id" : (required, string) see External user ID,
// external_ids for users that do not exist will return a non-fatal error.
// See server responses for details.
"user_alias" : {
"alias_name" : (required, string) see User aliases,
"alias_label" : (required, string) see User aliases
}
}
]
}