Playground

Playground

UserProfile

/api/v1/users

The profile of a platform user, including identity, role, and membership information.

megetupdatelistMembersupdateMembershipremoveMember

Schema

FieldTypeNotes
id*uuidUser UUID.
email*emailUser email address.
display_namestringHuman-readable display name.
roleenumowner | admin | member | viewerRole within the organization.
statusenumactive | inactive | pendingMembership status.
avatar_urlstringProfile avatar URL.
organization_iduuidFK → OrganizationPrimary organization membership.
created_at*date-timeAccount creation timestamp.
updated_at*date-timeLast update timestamp.

API

Loading manifest…