Skip to main content

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

Grant reactivated