feat(core): Add GET /users endpoints to public API (#6360)

This commit is contained in:
Ricardo Espinoza
2023-06-21 07:22:00 -04:00
committed by GitHub
parent 25b92169ae
commit 6ab350209d
20 changed files with 679 additions and 39 deletions

View File

@@ -84,6 +84,7 @@ export const enum LICENSE_FEATURES {
export const enum LICENSE_QUOTAS {
TRIGGER_LIMIT = 'quota:activeWorkflows',
VARIABLES_LIMIT = 'quota:maxVariables',
USERS_LIMIT = 'quota:users',
}
export const CREDENTIAL_BLANKING_VALUE = '__n8n_BLANK_VALUE_e5362baf-c777-4d57-a609-6eaf1f9e87f6';