Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Roles

We have three types of roles in our application:

  1. personal_assistant.admin

  2. personal_assistant.branding_manager

  3. personal_assistant.chatbot_manager

Permissions

  1. personal_assistant.admin

    • The admin role has access to all functionalities granted to the chatbot_manager and branding_manager roles, as well as any additional admin-specific functionalities.

  2. personal_assistant.chatbot_manager

    • The chatbot_manager role allows for executing the following actions:

      1. Create or Edit chatbots

      2. Delete chatbots

      3. Publish or set access settings for chatbots

  3. personal_assistant.branding_manager

    • The branding_manager role allows for executing the following actions:

      1. Save image, theme, and configs for custom branding

      2. Delete assets from custom branding

General Permissions

All other operations are accessible to all authorized users.

  • No labels