Publisher Profile
publisherThe caller's community publisher identity: the @-handle and public profile shown in the template gallery. Actions: get returns the profile, including the handle, whether it has been claimed, tenure, and the rating and template counters; claim sets the handle from a lowercase 3-to-32-character string and may be used only once, after which the handle is permanent, and it refuses a handle that is reserved or already taken; update changes display_name, bio or url at any time. claim and update require a verified email. An existing publisher may hold a provisional maker-... handle assigned automatically, which claim renames on its one allowed use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | update only. Short public bio (up to 500 chars); null clears it. | |
| url | No | update only. Public http(s) URL (up to 200 chars); null clears it. | |
| action | Yes | get: returns the caller's publisher profile (handle, tenure, counters). claim: sets the caller's @-handle, once (handle arg; lowercase, 3 to 32 chars, permanent after claiming; needs a verified email). update: changes the caller's public display_name/bio/url (any of them; needs a verified email). | |
| handle | No | claim only. The lowercase @-handle to claim (^[a-z0-9](?:[a-z0-9-]{1,30}[a-z0-9])$). Permanent once claimed. | |
| display_name | No | update only. Public display name (up to 80 chars); null clears it. |