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

    Type Alias GetUserResponses

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

    Properties

    Properties

    "200": { email: string | null; name: string | null; username: Username }

    The user is successfully returned.

    Type Declaration

    • email: string | null

      The email of the user.

    • name: string | null

      The name of the user.

    • username: Username