kustomer-client
    Preparing search index...

    Type Alias GetCurrentUserResponses

    type GetCurrentUserResponses = {
        "200": {
            data: {
                attributes: {
                    avatarUrl: string;
                    createdAt: string;
                    displayName: string | null;
                    email: string;
                    emailVerifiedAt: string;
                    mobile: string | null;
                    name: string;
                    password: { allowNew: boolean; forceNew: boolean; updatedAt: string };
                    roles: string[];
                    updatedAt: string;
                    userType: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                avatarUrl: string;
                createdAt: string;
                displayName: string | null;
                email: string;
                emailVerifiedAt: string;
                mobile: string | null;
                name: string;
                password: { allowNew: boolean; forceNew: boolean; updatedAt: string };
                roles: string[];
                updatedAt: string;
                userType: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK