@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias UserUpdateRequest

    type UserUpdateRequest = {
        email?: string;
        name?: string;
        password?: string;
    }
    Index

    Properties

    email?: string

    The email of the user.

    name?: string

    The name of the user.

    password?: string

    The password of the user. If blank, the password is unchanged.