Hiyve Components - v1.0.0
    Preparing search index...

    Interface UpdateProfileData

    Fields that can be updated on a user profile.

    interface UpdateProfileData {
        metadata?: Record<string, unknown>;
        name?: string;
        organization?: string;
        phone?: string;
        picture?: string;
        roles?: string[];
    }
    Index

    Properties

    metadata?: Record<string, unknown>
    name?: string
    organization?: string
    phone?: string
    picture?: string
    roles?: string[]