Update adhesion status
Transitions the adhesion to a new status. Valid statuses: NEW, VALIDATED, INTERVIEWED, REJECTED, SUCCESS. Each transition triggers specific side effects — VALIDATED sends a confirmation email, REJECTED sends a rejection email, SUCCESS assigns the member role and activates the membership. Resetting to NEW clears all uploaded documents.
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
Adhesion identifier
Body
The updated Adhesion resource
The body is of type object.
Response
Adhesion resource updated

