Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface RemoveMemberFromGroup

    interface RemoveMemberFromGroup {
        accountId: string;
        name: string;
    }
    Index

    Properties

    Properties

    accountId: string

    AccountId of the user whose membership is removed.

    name: string

    Name of the group whose membership is updated.