MonoCloud Management SDK
    Preparing search index...

    Interface UpdateUsernameRequest

    Update Username Request: Used to add a new username or update the existing one for a user account.

    UpdateUsernameRequest

    interface UpdateUsernameRequest {
        username: string;
    }
    Index

    Properties

    Properties

    username: string

    The username to assign to the user. Must comply with the configured username policy, including format and uniqueness requirements.

    UpdateUsernameRequest