ENUM

RoutingUserRole

Roles a user may have.

link GraphQL Schema definition

  • enum RoutingUserRole {
  • # The user is an administrator.
  • ADMIN
  • # The user is an agent.
  • AGENT
  • # The user is a bot.
  • BOT
  • # The user is a community or ibbü expert.
  • EXPERT
  • # The user is a manager.
  • MANAGER
  • }