ts-mailcow-api
    Preparing search index...

    Interface IssueDomainAdminSsoTokenRequest

    Request payload to issue a Domain Admin SSO token.

    interface IssueDomainAdminSsoTokenRequest {
        username: string;
    }
    Index

    Properties

    Properties

    username: string

    The username of the domain admin user.