How to get list of all jira users who have personal access token created

Issue #53 resolved
Kaleeswari Ganesan created an issue

Hi Team,

We are in need of pulling the user accounts those have Access tokens associated with it.

I couldn’t find the respective REST API in the documentation. Hence, reaching out here to have a plan on how to get this.

Please do the needful ASAP

Regards,

Kaleeswari G

Comments (2)

  1. Roma Bubyakin [Wombats Corp]

    Hi Kaleeswari,

    Thanks for contacting us with the request.
    We have already implemented such functionality and you can use it via REST API with admin permissions.
    Feel free to update to the latest version: v1.4.8

    You can find details on the new endpoint under Get tokens for all users

    By the way, you can make a direct SQL call to the DB:
    SELECT DISTINCT "USERNAME" FROM "AO_5D4005_TOKEN";

    If you need anything else just let us know

    Regards,
    Roman

  2. Log in to comment