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

    Interface InitiatePartnerAuthOptions

    Options for initiating partner authentication with shared workspace support.

    interface InitiatePartnerAuthOptions {
        is_admin?: boolean;
        workspace_id?: string;
    }
    Index

    Properties

    is_admin?: boolean

    When true, assigns WORKSPACE_ADMIN role instead of WORKSPACE_MEMBER when joining a shared workspace. Ignored when workspace_id is not provided.

    false
    
    workspace_id?: string

    Target workspace for the new user. If omitted, a personal workspace is created for the user (preserving current default behavior).