Server Administration
Only for self-hosted instances
Managees global Tolgee Platform instance data e.g., user accounts and organizations.
📄️ Get current batch job queue
Returns all chunk execution items currently in the batch job queue
📄️ Get all server organizations
Get all server organizations
📄️ Get all project batch locks
Returns current project batch job locks from Redis or local storage based on configuration
📄️ Get all server users
Get all server users
📄️ Delete user
Delete user
📄️ Disable user
Disables user account. User will not be able to log in, but their user data will be preserved, so you can enable the user later using the `enable` endpoint.
📄️ Enable user
Enables previously disabled user.
📄️ Geneate user's JWT token
Generates a JWT token for the user with provided ID. This is useful, when need to debug of the user's account. Or when an operation is required to be executed on behalf of the user.
📄️ Set Role
Set's the global role on the Tolgee Platform server.