Creates a new Domain Admin user.
Object containing details to create a new Domain Admin.
A promise that resolves to a response indicating success or failure.
Deletes specified Domain Admin users.
Object containing list of usernames to delete.
A promise that resolves to a response indicating success or failure.
Edits an existing Domain Admin user.
Object containing the username and attributes to edit.
A promise that resolves to a response indicating success or failure.
Retrieves all Domain Admin users.
A promise that resolves to an array of DomainAdmin
objects.
Issues a Single Sign-On token for a Domain Admin user.
Object containing the username for which to issue the SSO token.
A promise that resolves to a response containing the issued SSO token.
Interface for all Domain Admin endpoints related to Mailcow.