jira.js
    Preparing search index...

    Function removeUserFromGroup

    • Remove a user from a group. This removes any app access and permissions granted by this group, but the user may still be in other groups that grant the same app access and permissions.

      Parameters

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

          Every user has a unique ID. Find a user’s account ID by using the Get users endpoint.

        • 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.

      • Optionaloptions: RequestOptions

      Returns Promise<void>