Resource Invitation
A Resource Invitation is a pending invite or transfer for a platform resource: organisation membership, asset ownership transfer, or Airspace Zone membership. Accepting an invitation creates or updates a Resource Membership.
Role in the platform
Organisations invite users by email or phone, request asset transfers between organisations, and grant zone Manager or Monitor access. Invitees accept or decline with the invite token before invite_expiry.
Core fields
| Field | Description |
|---|---|
invite_uuid / invite_udai_id | Public identifiers |
resource_type | Target resource kind (organisation, asset, zone; see Enums) |
resource_uuid / resource_name / resource_udai_id | Target resource and cached labels |
invited_by_user_uuid | User who created the invitation |
invitee_type / invitee_uuid | Invitee kind and resolved UUID when known |
invite_mode | Delivery mode (email, phone, and related) |
invite_identifier | Email or phone used for the invite |
invite_role | Role granted on acceptance |
invite_token | Opaque acceptance token |
invite_expiry | Expiry timestamp |
status | Invitation lifecycle (pending, accepted, declined, revoked, expired) |
created_at / updated_at | Timestamps |
Related APIs
Last updated on