Recent searches


No recent searches

Danilo Charantola's Avatar

Danilo Charantola

Joined Oct 16, 2021

·

Last activity Oct 16, 2021

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Danilo Charantola

Danilo Charantola created a post,

Post 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?

Posted Sep 13, 2021 · Danilo Charantola

0

Followers

4

Votes

3

Comments