Deactivate inactive cloud user accounts
Overview
Deactivate the users that are inactive before a cut-off date.
Example
As an Atlassian Organization Administrator, I want create a script to disable active users in a group that have not been active recently so I will no longer be billed for them. The script removes the users out of the selected group and moves them into the deactivated users group.
- Define your preferred user limit for
USER_LIMIT_PER_GROUP
, which recommend to set this number as your plan limit. - You can specify your own
CUTOFF_DATE
variable to your preferred date. - Select a group that you want to check the inactive ...