kustomer-client
    Preparing search index...

    Type Alias UpdateUserByIdResponses

    type UpdateUserByIdResponses = {
        "201": {
            data: {
                attributes: {
                    createdAt: string;
                    displayName: string | null;
                    email: string;
                    emailSignature: string | null;
                    mobile: string | null;
                    name: string;
                    password: { allowNew: boolean; forceNew: boolean; updatedAt: string };
                    roleGroups: 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

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

    Created