kustomer-client
    Preparing search index...

    Type Alias GetUserByIdData

    type GetUserByIdData = {
        body?: never;
        path: { id: string };
        query?: never;
        url: "/users/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: string }

    Type declaration

    • id: string

      Unique ID of the User

    query?: never
    url: "/users/{id}"