Users

List invitations

GET /api/v1/users/invitations

Lists invitations that have been sent but not yet accepted — the outstanding grants a provisioning sync may want to revoke.

Response

{
  "total": 1,
  "data": [
    {
      "id": 3,
      "email": "[email protected]",
      "role": "viewer",
      "created_at": "2026-08-20T15:04:00Z",
      "expires_at": null
    }
  ]
}