feat: adding background jobs ui page and apis - requires user is_admin to be set to true

This commit is contained in:
allanice001
2025-11-04 23:52:37 +00:00
parent 91686c1ea4
commit c41af60b26
97 changed files with 11135 additions and 138 deletions

View File

@@ -9,6 +9,7 @@
| `display_name` | string |
| `emails` | [Array<ModelsUserEmail>](ModelsUserEmail.md) |
| `id` | string |
| `is_admin` | boolean |
| `is_disabled` | boolean |
| `organizations` | [Array<ModelsOrganization>](ModelsOrganization.md) |
| `primary_email` | string |
@@ -26,6 +27,7 @@ const example = {
display_name: null,
emails: null,
id: null,
is_admin: null,
is_disabled: null,
organizations: null,
primary_email: null,