最近の検索


最近の検索はありません

Danilo Charantola's Avatar

Danilo Charantola

参加日2021年10月16日

·

前回のアクティビティ2021年10月16日

フォロー中

0

フォロワー

0

合計アクティビティ

2

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Danilo Charantola

Danilo Charantolaさんが投稿を作成しました:

投稿 Developer - Zendesk SDKs

I have read the documentation for  “Enabling authenticated users with the Chat SDK”. In the documentation, the following fields are mentioned: name, email, iat, external_id and exp.

But I have configured some custom user fields at Zendesk admin dashboard > Manage > User Fields. And I would like to automatically fill these fields too.

To do that, I have tried to add a field user_fields to the JWT. It is a dictionary of custom user field key and values to set on the user. Each custom user field is identified by its field key found in the user fields admin settings.

For example:

{
    "email": "jane.doe@gmail.com",
    "name": "Jane Doe",
    "user_fields": {
        "telefone": "11999999999",
        "cpf": "12345678909"
    },
    "iat": 1631549926,
    "external_id": "my-user-id"
}

By doing this, only the name and email where filled at Zendesk Chat dashboard. The custom fields remained empty. Is there any way to fill these fields automatically?

投稿日時:2021年9月13日 · Danilo Charantola

0

フォロワー

4

投票

3

コメント