jira.js
    Preparing search index...

    Function revokePortalOnlyAccessForUser

    • This method revokes portal-only access for a particular user, removing their ability to log in to the Jira Service Management customer portal as a portal-only user. After revocation, the user cannot submit or view requests through the portal.

      Permissions required: Site administration (that is, member of the site-admin group).

      Parameters

      • client: Client
      • parameters: { accountId: string }
        • accountId: string

          The account ID of the user, which uniquely identifies the portal-only account. For example, qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b.

      • Optionaloptions: RequestOptions

      Returns Promise<void>