logo
synQup Core
User roles
Initializing search
    synqup/core
    • Introduction
    • Used 3rd party libraries
    • Users
    • CLI commands
    • Features
    • General
    • Message Queue
    • API
    synqup/core
    • Introduction
      • Overview
      • General setup
      • User Interface
      • MongoDB Indexes
      • Databases
      • Redis Cache
      • Logging
      • JDM Configuration
      • Flow Configuration
      • Mail
    • Used 3rd party libraries
        • Symfony
        • Doctrine
        • Flysystem
        • API Platform
    • Users
      • Authentication
      • Authorization
      • User roles
    • CLI commands
      • User related
      • Export flows
      • Maker
      • Cleanup
      • Heartbeat Healthcheck
      • Heartbeat Start & Time Series Start
      • Logging
      • Package market
      • Service check
    • Features
      • Environments
      • Worker Reservation
        • Internal flows
        • Package Manager
        • API Proxy
        • Webhooks
        • Flow execution logging
        • Auto retry failed flows
        • Queued flows
        • Scheduled flows
        • Log filter
        • JSON-To-Form
        • Feature Flags
    • General
      • Basic Authentication
    • Message Queue
      • Messages
      • Process Steps
      • Message Bus
    • API
      • Authorization
      • Custom Entities
      • Doctrine
      • Filters
      • Processors
      • Serialization

    User roles

    User roles

    We are using the classic Symfony role system to manage the user roles. We have the following roles:

    • ROLE_USER - The default role for all users.
    • ROLE_ADMINISTRATOR - The role for the administrators.
    • ROLE_API_PROXY - The role for getting access to the Proxy API feature.
    Previous
    Authorization
    Next
    Overview
    © 2025 synQup GmbH
    Made with Material for MkDocs