v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
User Invitation

List User Invitations

Returns the list of all the Users Invitations within your Organization.

get/users/invitations

Query parameters

afterstring

After cursor (pagination)

limitinteger

The limit of items count to retrieve.

emailobject

Filter by email.

Filter by email. Allowed operators: eq. Example: email[eq]=user@example.com

Response

OK

Example response

{
  "data": [
    {
      "id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
      "email": "email@example.com",
      "workspaces": [
        {
          "id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c"
        }
      ],
      "expired_at": "2024-01-18T22:59:00Z",
      "created_at": "2024-01-18T22:59:00Z"
    }
  ]
}