Github has this API: Add or renew organization membership (if the authenticated user is the owner of the organization)
Does the Bitbucket API have the equivalent of this for their teams (the equivalent of organizations on Github)?
In the docs, I see only the read API for the list members in the command , but it does not add the member API. Does the Cloud Bitbucket API not support this at all?
Have you seen these documents? I think this is more relevant than yours for Bitbucket. (I don’t know why there are two) https://confluence.atlassian.com/bitbucket/use-the-bitbucket-cloud-rest-apis-222724129.html
Scroll down to supported endpoints. I think you want “invitations, groups, group privileges” at the top of the diagram.