Búsquedas recientes


No hay búsquedas recientes

Restrict Web Widget to Certain Users?



Publicado 20 mar 2025

Hello, I am trying to restrict the web widget to only appear for users with the user tag “administrator” and it does not appear to be working.

I am repurposing one suggested for organizations: https://support.zendesk.com/hc/en-us/articles/4408820799130/comments/4967400163482

 

for (var c in HelpCenter.user) {
 if (HelpCenter.user[c].tags.includes("administrator")){
     zE('messenger', 'show');}
 else
     {zE('messenger', 'hide');}}


0

0

0 comentarios

Iniciar sesión para dejar un comentario.

¿No encontró lo que buscaba?

Nueva publicación