mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(users): add support for tenant level users (#6708)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -119,6 +119,8 @@ pub const MAX_ALLOWED_MERCHANT_NAME_LENGTH: usize = 64;
|
||||
/// Default locale
|
||||
pub const DEFAULT_LOCALE: &str = "en";
|
||||
|
||||
/// Role ID for Tenant Admin
|
||||
pub const ROLE_ID_TENANT_ADMIN: &str = "tenant_admin";
|
||||
/// Role ID for Org Admin
|
||||
pub const ROLE_ID_ORGANIZATION_ADMIN: &str = "org_admin";
|
||||
/// Role ID for Internal View Only
|
||||
|
||||
Reference in New Issue
Block a user