Hello, I want to invite existing user to the team and assign to group using API.
According to this page https://confluence.atlassian.com/bitbucket/invitations-resource-296911749.html I still can do it with /1.0/users/{accountname}/invitations endpoint.
Unfortunately when I’m trying to make POST I’m getting error with message This API is no longer supported.\n\nFor information about its removal, please refer to the deprecation notice at: https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-v1-apis/.
Three other endpoints mentioned on this page are still working. Is there another option to invite user to team and assign to group? I have only email of BitBucket user which I want to invite (no uuid, no username).