Update a grant
PUT https://{tenant}.atomicwork.com/api/v1/iga/grants/{grant_id}
Update an identity grant's metadata. Use this to change the associated policy, update the grantor, or adjust grant timestamps.
Updatable fields:
status— transition the grant to a new statuspolicy_idorpolicy_key— reassign the grant to a different access policygranted_by— update the grantor identifiergranted_at— correct the grant timestamp
To revoke a grant, use the dedicated POST /iga/grants/\{grant_id\}/revoke endpoint instead — it handles deprovisioning workflows.