UserProfile
/api/v1/usersThe profile of a platform user, including identity, role, and membership information.
megetupdatelistMembersupdateMembershipremoveMemberSchema
| Field | Type | Notes |
|---|---|---|
| id* | uuid | User UUID. |
| email* | User email address. | |
| display_name | string | Human-readable display name. |
| role | enum | owner | admin | member | viewerRole within the organization. |
| status | enum | active | inactive | pendingMembership status. |
| avatar_url | string | Profile avatar URL. |
| organization_id | uuid | FK → OrganizationPrimary organization membership. |
| created_at* | date-time | Account creation timestamp. |
| updated_at* | date-time | Last update timestamp. |
API
Loading manifest…