FruxonDocs
UsersCore

Lists outstanding invitations for the current user.

Returns one entry per tenant the authenticated user has been invited to but has not yet accepted. Cross-tenant — covers invitations from any tenant. Expired and withdrawn invitations are excluded. Use this to drive an in-app "you've been invited" banner without requiring the user to find the invitation email.

GET
/v1/me/pendingInvitations
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Response Body

curl -X GET "https://api.fruxon.com/v1/me/pendingInvitations"
[
  {
    "tenantId": "00000000-0000-0000-0000-000000000000",
    "tenantSlug": "string",
    "tenantDisplayName": "string",
    "role": "ADMIN",
    "invitedAt": 0
  }
]
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty