That is the whole record — there is no more to show, because Lauther has no way to pass along an email, a phone number or a name. Moderation works on the identifier alone: this room can throw someone out without ever knowing who they are.
One limit, stated plainly: a banned member can burn their identity and come back as someone new. Lauther gives no Sybil resistance, and never claimed to — the same is true of email with a fresh address, only slower.
# join — a pairing under the room's own service POST /v1/chat/join → {code, pollToken, deepLink} POST /v1/pair/poll → {pairId, nickname, pushToken} # read (public) and speak (your pairing's token) GET /v1/chat/messages?after=… POST /v1/chat/post {token, text} # coming back on a machine that forgot you POST /v1/chat/signin {name} POST /v1/identity/poll → {pairId, pushToken}