kustomer-client
    Preparing search index...

    Type Alias UpdateCurrentUserData

    type UpdateCurrentUserData = {
        body?: {
            avatarUrl?: string | null;
            currentPassword?: string;
            deleted?: boolean | null;
            displayName?: string | null;
            email?: string;
            emailSignature?: string | null;
            mobile?: string | null;
            name?: string;
            password?: string;
            roleGroups?: string[];
            roles?: string[];
            userType?: "user" | "limited" | "hourly";
        };
        path?: never;
        query?: never;
        url: "/users/current";
    }
    Index

    Properties

    Properties

    body?: {
        avatarUrl?: string | null;
        currentPassword?: string;
        deleted?: boolean | null;
        displayName?: string | null;
        email?: string;
        emailSignature?: string | null;
        mobile?: string | null;
        name?: string;
        password?: string;
        roleGroups?: string[];
        roles?: string[];
        userType?: "user" | "limited" | "hourly";
    }
    path?: never
    query?: never
    url: "/users/current"