ENUM

ProfessionalBaseRoleName

Possible role names to used as base role

link GraphQL Schema definition

  • enum ProfessionalBaseRoleName {
  • # User with all administrative rights on the account
  • ADMIN
  • # User with limited rights on the administration panel, generally in charge of a
  • # team of operators and/or configuration on a restricted perimeter
  • MANAGER
  • # User dedicated to answering conversations, and thus has no access to the
  • # administration panel
  • OPERATOR
  • }