Can users be added or removed from teams by RestFul API, where the users, teams, and repositories are hosted in the cloud?
My company needs to be able to disable user accounts remotely and instantly, such as when a user loses their job or becomes export non-compliant. The company doesn't allow firewall exceptions for incoming traffic, so we need to be able to "push"-disable accounts when their accounts change.
Yes. To add a member to a team, add them to any of the team's groups. You can use the group API for that: https://confluence.atlassian.com/display/BITBUCKET/groups+Endpoint
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.