Adding tags to users and organizations



Edited May 07, 2025


19

21

23 comments

Im looking to bulk remove 2 tags from ex agents who are now end users.

 

While we can go through a search and sort by role, we'd prefer the option to bulk remove via API.

 

Is this possible with the Update User API or alternative?

0


I would like to automatically sync Salesforce fields to the Zendesk user tags field. How do I enable this?

0


Hi Digital,

When you are creating a ticket on behalf of the user, the organization on the ticket will depend on the default organization of the requester you have designated. You can then manually modify it if the user belongs to multiple organization.
 

 
Hi Mohammed,

You can use the Update User endpoint and this payload.
 

{
"user": {
"tags": [
"tag1", "tag2"
]
}
}

1


Hi Team, 

How to update user tag, not to specific ticket. it's specific to the user.

Am trying to fetch (get) data of the user from the session, and using update (PUT) am trying to update that particular user.

How to update user tag, not to specific ticket. it's specific to the user.

0


Hi there. 

I am wanting to know if we can assign a ticket to an organization that is the receiver or is cc'd in on a conversation. 

If a ticket is submitted by a client it gets assigned to their organization but if we send an email to a user in an organization it doesn't get assigned to the organization. 

Is there a way to do this? 

 

Thanks

0


Hey くぼよしかず,

It looks like you have a ticket open with our Customer Care team regarding this issue. We will continue working with you there to get this issue resolved.
 
Cheers!

1


  • In Admin Center, click  People in the sidebar, then select Configuration > Tags.

Unable to connect to Members > Tags.
And the following will be displayed.

database error
Database timeout error

 

0


Olá Laura,
 
Espero que esteja tudo bem com você! Exatamente! Tags podem ser utilizadas em condições de SLA, portanto, qualquer TAG associada ao pergul to usuário e/ou organização será aplicada aos tickets e, consequentemente, poderá ser utilizada para diferenciar suas regras de SLA. 
 
Para mais informações sobre "Definição e uso de políticas de SLA", por favor, acessar o artigo: https://support.zendesk.com/hc/pt-br/articles/4408829459866-Defini%C3%A7%C3%A3o-e-uso-de-pol%C3%ADticas-de-SLA

Espero que isso ajude!

1


Olá! Tudo bem?
O artigo foi ótimo para que eu consiga entender a aplicação das tags!

Tenho uma dúvida apenas sobre a melhor aplicação dessa funcionalidade. Tenho casos onde um cliente possui mais de um serviço, mas com contratos de SLA diferentes. Ou seja para cada solução há um tempo diferente de resolução dos tickets. Nesse caso eu poderia criar uma tag "produto-premium" e "outroproduto-basic" em conjunto com outra definição do ticket para então definir as regras corretas de SLA a serem aplicadas?

0


Hi Samantha,
 
This feature is not natively available. However, this can be done by customization with utilizing web-hooks, APIs and Triggers. Use the update user endpoint for your webhook. Then use that webhook as your trigger action whenever a ticket is created from a specific brand. This will require some skills with API utilization and is outside Advocacy support. Hope this helps!

0


Sign in to leave a comment.