atlassian-python-api
atlassian-python-api copied to clipboard
Get All Users Function Request
a "product.get_all_users()" where product is JIRA, Confluence, Bitbucket and the output is a dictionary containing the general user profile metadata (ID, associated groups, last login, etc).
will this api be sufficient for the requirement ? - https://docs.atlassian.com/software/jira/docs/api/REST/8.5.0/#api/2/myself-getUser
This code is already present.