Create a local username/password household account
POST/api/v1/members/local-accounts
Requires members.manage, same-origin mutation proof, and a normal session rather than a personal access token. The new principal is always kind USER; the selected existing household role is assigned by the authorization service.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 413
- 503
Local account created
The multipart shape or Idempotency-Key is malformed
The opaque credential is absent, ambiguous, malformed, expired, revoked, or invalid
The browser mutation did not originate from this application, or the authenticated member lacks the required permission
Duplicate content is disallowed, or an idempotency key was reused for a different request
A configured streaming body or per-file size limit was exceeded. A transport-level rejection may omit the JSON body.
A required core dependency is unavailable; retry with bounded backoff