Hello,
I can Deactivate a User with “DeactivateUserAsync” in the sdk and set the user in “DEPROVISIONED”.
How do i reactivate e user with a “DEPROVISIONED” stage?
Because “ReactivateUserAsync” is only with a user with a ‘PROVISIONED’ status.
thanks,
Alexandre
Hello,
You would need to activate the user again.
This operation can only be performed on users with a STAGED or DEPROVISIONED status.
Activation of a user is an asynchronous operation.
Thank You,
I tend go off of our API docs before the SDK doc.
- Have you tried it?
- If so what was the result?
If you tried ActivateUserAsync for a Deprovisioned user and it failed what version of the SDK are you using? I can test and verify.


