Can I remove a user from a group using an API endpoint?
I tried this one:DELETE https://api.bitbucket.org/1.0/groups/{workspace_id}/{group_slug}/members/{uuid}
but I believe it is deprecated.
Am I right? If so, could you please tell me which method works now?
Thank you!
Hi and Welcome,
you are right the V1.0 API is deprecatred, but i think this is actual groups Endpoint | Bitbucket Cloud | Atlassian Support .
So you can use the old api for group management until Atlassian build the group management into the V2.0 Api.
BR
Kai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.