-
Suggestion
-
Resolution: Unresolved
-
None
Issue Summary
Currently, for unmanaged Atlassian accounts, from admin.atlassian.com, we can suspend their access and remove them from the Organization.
We have Organization REST API to suspend access: https://developer.atlassian.com/cloud/admin/organization/suspend-user/
Remove user access: https://developer.atlassian.com/cloud/admin/organization/remove-user/
But we do not have ACLI commands to trigger the above APIs.
Thus we need ACLI commands to be able to suspend a user and remove user access from products at Org level.
Steps to Reproduce
- we need ACLI commands to be able to suspend a user and remove user access from products at Org level.
Expected Results
We should have ACLI commands to be able to suspend a user and remove user access from products at the Org level, utilising the below Org REST APIs:
suspend user: https://developer.atlassian.com/cloud/admin/organization/suspend-user/
Remove user access: https://developer.atlassian.com/cloud/admin/organization/remove-user/
Actual Results
Currently we cannot suspend user and remove user access using ACLI command.
Workaround
Use the below API calls for now from an API client or script:
suspend user: https://developer.atlassian.com/cloud/admin/organization/suspend-user/
Remove user access: https://developer.atlassian.com/cloud/admin/organization/remove-user/