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

    Interface RemoveMemberFromGroupByGroupId

    interface RemoveMemberFromGroupByGroupId {
        accountId: string;
        groupId: string;
    }
    Index

    Properties

    Properties

    accountId: string

    AccountId of the user whose membership is removed.

    groupId: string

    Id of the group whose membership is updated.