Hi,
I work on the Identity Provider product development team and we are developing an integration for Bitbucket user provisioning. I am referring to the BitBucket API documentation here but didn’t find suitable answers:
-
V1 APIs: https://support.atlassian.com/bitbucket-cloud/docs/groups-endpoint/
-
V2 APIs: https://developer.atlassian.com/cloud/admin/user-provisioning/rest/intro/#uri
I tried to find rest APIs to manage bitbucket user provisioning including:
-
create user
-
update user
-
get user
-
get users
-
enable/disable user
-
delete user
-
group/role membership for the user
Can you please suggest how can I get a list of all the APIs? Any documentation will be really helpful.
Also, I have question related how currently user management happen in bitbucket?
Thank you!