Admin Management
Enter your bearer token (Firebase auth) in the format: Bearer
Successfully retrieved the list of admins.
Bad Request - Invalid query parameters provided.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks super admin privileges.
Not Found - No admins found.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Successfully retrieved a list of user invitations.
Unauthorized - Access token is missing or invalid.
Not Found - No invitations found for the user.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Email address of the user to be invited as a sub-admin.
Optional URL to direct the invited user upon accepting the invitation.
Invitation successfully created.
Bad Request - Missing or invalid parameters.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks super admin privileges.
Not Found - Admin or user not found.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Unique token identifying the invitation to be removed.
Invitation successfully removed.
Bad Request - Missing or invalid parameters.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks super admin privileges.
Not Found - Invitation not found.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Unique token identifying the invitation to respond to.
The user's response to the invitation. Must be either 'accept' or 'decline'.
Invitation successfully responded to.
Bad Request - Missing or invalid parameters.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks permissions to respond to this invitation.
Not Found - Invitation not found or already responded to.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Successfully retrieved a paginated list of sub-admins.
Bad Request - Invalid query parameters provided.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks super admin privileges.
Not Found - No sub-admins found or retrieval failed.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
UID of the user to be set as sub-admin.
Sub-admin successfully added.
Bad Request - Missing or invalid parameters.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks super admin privileges.
Not Found - User not found or already a sub-admin.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
UID of the sub-admin to be removed.
Sub-admin successfully removed.
Bad Request - Missing or invalid parameters.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks super admin privileges.
Not Found - Sub-admin not found.
Internal Server Error - An unexpected error occurred.
Last updated
Was this helpful?