Create a one-use household membership invitation
POST/api/v1/members/invitations
Requires members.manage and an exact same-origin browser mutation proof. The raw invitation token is returned only in this 201 response; Jiandu stores only a domain-separated verifier. The requested role must be an existing household role and may not grant any permission the creator lacks.
Request
Responses
- 201
- 400
- 401
- 403
- 413
- 422
- 503
One-use invitation created; copy its raw token now
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
A configured streaming body or per-file size limit was exceeded. A transport-level rejection may omit the JSON body.
The supplied bytes, filename, declared field value, or supported-content validation failed
A required core dependency is unavailable; retry with bounded backoff