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

    Type Alias UserUpdateResult

    type UserUpdateResult = {
        email?: string;
        name?: string;
        username?: Username;
    }
    Index

    Properties

    email?: string

    The email of the user.

    name?: string

    The name of the user.

    username?: Username