User
A User is a person account in the national registry. Users authenticate, join Organisations through memberships, and may hold Pilot Credentials when certified for remote pilot operations.
Role in the platform
Users are the actors behind missions, flight plans, and sessions. Organisation roles (Owner, Admin, Member) and resource-scoped roles (for assets and Airspace Zones) are modelled as Resource Memberships, often created from Resource Invitations.
Core fields
| Field | Description |
|---|---|
user_uuid / user_udai_id | Public identifiers |
first_name / last_name | Display name parts |
email / email_verified | Primary email and verification flag |
phone / phone_verified | Optional phone and verification flag |
is_certified_pilot | Whether the user is marked as a certified remote pilot |
rpc_number | DGCA Remote Pilot Certificate number when applicable |
profile_picture | Optional profile image reference |
last_login | Most recent successful login timestamp |
status | Record lifecycle (Active, soft-deleted, and related states) |
created_at / created_by | Creation audit |
updated_at / updated_by | Last update audit |
Related APIs
Last updated on