Phase 4: Consent Management
Organization consents are at organization level (not per-user) and must be accepted by an authorized signatory (CEO or equivalent).Required Consents
Accept Terms and Conditions
- Request
- Response
Endpoint: Request Body:
POST /api/v2.1/customer/organization/{organizationId}/consents/termsHeaders:Accept Privacy Policy
- Request
- Response
Endpoint:
POST /api/v2.1/customer/organization/{organizationId}/consents/privacyRequest Body:Accept Data Processing Agreement
- Request
- Response
Endpoint:
POST /api/v2.1/customer/organization/{organizationId}/consents/data-processingRequest Body:AcceptedBy Object
TheacceptedBy object captures signatory details for legal compliance:
Authority Types
B2B vs B2C Consent Comparison
Director Consents (Optional)
Each director may need to accept individualDATA_PROCESSING consent.
Note: Director consents are currently BYPASSED in activation checks for testing purposes.
POST /api/v2.1/customer/individual/{directorIndividualId}/consents/data-processing
Next Step
After all consents are accepted, proceed to Phase 5: Organization Activation.Phase 5: Activation
Validate roles and activate organization