jira.js
    Preparing search index...

    Function getApiTokens

    • Gets the API tokens owned by the specified user.

      Parameters

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

          The ID of the user

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              createdAt: string;
              expiry?: string;
              id: string;
              label: string;
              lastAccess?: string;
              [key: string]: unknown;
          }[],
      >