Reactivate a revoked grant
PUT/rbac/grants/:identifier/reactivate
Restores a soft-deleted grant and re-enables the user's RBAC account if they have no other active grant in any entity.
- Only revoked grants are eligible; an active grant returns 404 (RBAC_GRANT_NOT_FOUND).
- If the user's status is not ACTIVE (no active grants elsewhere), the user is re-activated and the underlying exchange account is unblocked.
- Sends an access-reactivated notification email to the recipient.
Requires GRANT_UPDATE permission.
Request
Responses
- 204
- 401
- 403
- 404
Grant reactivated
Missing/invalid JWT or entity selection
GRANT_UPDATE permission missing (RBAC_PERMISSION_DENIED)
RBAC_GRANT_NOT_FOUND — grant not found, in a different entity, or not currently revoked