Documentation Index Fetch the complete documentation index at: https://docs.7331.org/llms.txt
Use this file to discover all available pages before exploring further.
Requires an active session cookie. Public access returns basic profile data. Privileged viewers (admins and above) who can act on the target user see an enriched response with moderation actions, chats, bots, and subscription history. Session history is owner-only .
Response
Public (insufficient permissions)
Platform avatar URL. May be null.
Current subscription level. 0 = Basic, 1 = Trial, 2 = Premium, 3 = Lifetime.
Elevated (admin+ with hierarchy access)
All public fields plus:
User state. 0 = Active, 1 = Timeout, 2 = Banned.
Permission level. 0 = User, 2 = Admin, 3 = Owner.
When subscription expires (UTC). null for lifetime or basic.
ID of who granted the subscription. May be null.
When user was last active (ISO 8601).
When the user was assigned their current permission level. May be null.
Avatar source key. May be null.
Linked platform identities.
Moderation action history (admin+ only).
Chats owned by this user (admin+ only).
Bots owned by this user (admin+ only).
Subscription tier change history (admin+ only).
Permission level change history (admin+ only).
Past session records with IP, user agent, and geo data (owner-only ).
curl https://portal-api.7331.org/v1/users/42 \
-b "psession=YOUR_SESSION"
200 (public)
200 (elevated)
{
"id" : 42 ,
"username" : "exampleuser" ,
"avatar_url" : null ,
"subscription_tier" : 0
}