DevelopersAPI referenceAuth & accountsMe
Resend the email confirmation link
Full sessions only. No-ops with a 200 if the account is already verified, or if a still-usable link was sent within the last minute (throttled so this can't be used to mail-bomb an inbox).
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/me/verify-email/resend"{ "message": "string"}Set or change password
Full sessions only. current_password is required only when the account already has one (magic-link accounts may set their first password). Wrong current password returns 403, not 401.
Workspace switcher list
Every org the caller belongs to (personal org self-healed first), each with member_count and is_default. No tools field here.