jira.js
    Preparing search index...

    Function revokeGroupAccess

    • Revoke a role from a group to remove access to an app from all members. A member can still access the app if they’re in another group that grants access to the same app.

      Parameters

      • client: Client
      • parameters: {
            directoryId: string;
            groupId: string;
            orgId: string;
            resourceId: string;
            roleId: string;
        }
        • directoryId: string

          A directory has a unique ID. Use the Get directories endpoint to find the directory ID.

        • groupId: string

          A group has a unique ID. Use the Get groups endpoint to find the group ID.

        • orgId: string

          Your organization has a unique ID. Find this ID in your Atlassian Administration URL or when you create your API key.

        • resourceId: string

          A resource or workspace refers to a specific instance of an Atlassian app, which has a unique ID. Use the Get workspaces endpoint to find the resource ID.

        • roleId: string

          Valid values: atlassian/user, atlassian/user-access-admin, atlassian/admin, atlassian/guest, atlassian/contributor, atlassian/customer, atlassian/basic, atlassian/stakeholder, atlassian/viewer

      • Optionaloptions: RequestOptions

      Returns Promise<void>