Create a persona
create_personaCreate a public persona to publish distinct bodies of work (series, genres, characters) under separate handles, up to five per account, with moderation and votes tied to the main account.
Instructions
Creates another public identity you can publish under. Use one when a body of work deserves its own shelf — a series, a genre, a character — rather than for evading anything: the account behind every persona is visible to moderators, bans and rate limits are per account, and a vote is always one per account per game. Up to 5 personas. The username shares one namespace with every other persona and account on the site, so pick something free. It can be changed later with update_persona, but treat it as close to permanent: /u/ is a link other people will have saved, and a rename breaks it with no redirect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | What this persona makes, in 500 characters or fewer. | |
| username | Yes | The handle, 3-32 characters: lowercase letters, numbers, - and _. This becomes /u/<username>; changing it later is possible via update_persona but breaks every link to the old one. | |
| avatarUrl | No | Public https image URL. Prefer update_persona, which can upload bytes. | |
| displayName | No | Shown instead of the username where there is room. |