jira.js
    Preparing search index...

    Function setEmail

    • Sets the specified user's email address. Before using this endpoint, you must verify the target domain as the new email address will be considered verified. The permission to make use of this resource is exposed by the email.set privilege. This call invalidates all active sessions.

      Parameters

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

          The ID of the user

        • email: string
      • Optionaloptions: RequestOptions

      Returns Promise<void>