Hi All,
Currently we are using Bit bucket v4.9.1 and want to access all the inactive users on our license so that we can remove those users and free up our space for new users.
I am trying to access the Rest api V2 to get the user details following the below api
<bitbucketlink.com>/api/v2/admin/users?limit=100
however, the V2 seems incompitable with the version of the current BB as it gives weird response to the call.
if I use the API v1, it does not provide me the required lastauthenticationtime which is a deprecated function which i read somewhere.
So, the question is how to look for users that are inactive - please suggest plugins, or rest api call structure for the same,
thanks in advance,