NexSDK
    Preparing search index...

    Interface UserResponse

    interface UserResponse {
        avatar_url: UserResponseAvatarUrl;
        created_at: string;
        custom_role_id?: UserResponseCustomRoleId;
        display_name: UserResponseDisplayName;
        email: UserResponseEmail;
        firebase_uid: string;
        id: string;
        is_active: boolean;
        phone: UserResponsePhone;
        role: string;
        updated_at: string;
    }
    Index

    Properties

    avatar_url: UserResponseAvatarUrl
    created_at: string
    custom_role_id?: UserResponseCustomRoleId
    display_name: UserResponseDisplayName
    email: UserResponseEmail
    firebase_uid: string
    id: string
    is_active: boolean
    phone: UserResponsePhone
    role: string
    updated_at: string