action mastodon_post_api_v1_accounts { label: "post_api_v1_accounts" description: "Creates a user and account records. Returns an account access token for the app that initiated the request. The app should save this token for later, and should wait for the user to confirm their account by clicking a link in their email inbox." provider: mastodon method: POST path: "/api/v1/accounts" encoding: json output: { type: "object" additionalProperties: true } }