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

    Type Alias GetUserResponses

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

    Properties

    Properties

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

    The user is successfully returned.

    Type Declaration

    • Optionalemail?: string

      The email of the user.

    • Optionalname?: string

      The name of the user.

    • Optionalusername?: Username