-
Bug
-
Resolution: Timed out
-
Medium
-
6
-
Severity 3 - Minor
-
Summary
Accounts that were previously provisioned and deactivated through the IdP, are not able to be reactivated in bulk through the Managed Accounts page.
When directly accessing the user's profile, and clicking the Reactivate Account button, the account is reactivated. So it's specifically related to the Reactivate button on Managed Accounts.
This does not happen for users that were deactivated but weren't provisioned.
How to Replicate
- Provision a user through an IdP.
- Deactivate the user through the IdP.
- Delete the user from the SCIM directory or delete the SCIM configuration.
- Go to admin.atlassian.com > Directory > Managed Accounts.
- Mark the deactivated user and hit the reactivate button.
- A pop-up is shown the user is reactivated, but you'll see the user remains in a deactivated state.
Expected Results
Users should get "Reactivated"
Actual Results
Users remain in "Deactivated" status.
Looking at the developer tools it seems the endpoint activate (https://admin.atlassian.com/gateway/api/users/XXXXXX/activate) is not being called. This could be due to the members endpoint (https://admin.atlassian.com/gateway/api/adminhub/organization/XXXXX/members) returning the attribute "active" as "Blocked":
"active": "BLOCKED",
Workaround
In Managed Accounts, view the User's profile, and click the Reactivate Account button to reactivate the account.