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

    Type Alias UpdateUserResponses

    type UpdateUserResponses = {
        "200": { email?: string; name?: string; username?: Username };
    }
    Index

    Properties

    Properties

    "200": { email?: string; name?: string; username?: Username }

    The user was updated successfully.

    Type Declaration

    • Optionalemail?: string

      The email of the user.

    • Optionalname?: string

      The name of the user.

    • Optionalusername?: Username