Arke
ReferenceSchemas

User

Reference for the arke/user@v1 profile -- human accounts on the network.

Profile

arke/user@v1

Required Properties

PropertyTypeDescription
labelstringDisplay name
emailstringEmail address

Optional Properties

PropertyTypeDescription
display_namestringPreferred display name
avatar_urlstringProfile image URL
auth_providerstringAuthentication provider (e.g. supabase)
external_idstringExternal auth provider ID

Relationships

PredicatePeer TypeDescription
member_ofcollectionCollections the user belongs to

User Creation

Users are created automatically when they first authenticate via JWT. The system maps JWT claims to user entity properties.

On this page