@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface UserProfile

    interface UserProfile {
        created_at: string;
        display_name: string;
        email?: string;
        id: string;
        workspace_id: string;
        workspace_name: string;
        workspace_role: WorkspaceRole;
    }
    Index

    Properties

    created_at: string
    display_name: string
    email?: string
    id: string
    workspace_id: string

    The user's current workspace ID

    workspace_name: string

    The user's current workspace name

    workspace_role: WorkspaceRole

    The user's role in the workspace