Add member to bundle
Adds a user to a fee bundle by email address. Requires the request body to contain an “email” field. The target user must exist in the same tenant and not already belong to another bundle. The slot must be empty. Creates a product payment record cloned from the bundle coordinator last paid period and updates the member fee validity date. Only the bundle coordinator or a tenant admin can perform this action.
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.
Path Parameters
BundleMember identifier
Body
The updated BundleMember resource
"/api/v1/users/1"
Response
BundleMember resource updated

