post
https://{baseURL}/consent/organisations/{organisation_uuid}/workspaces/{workspace_uuid}/consent-ledger/consent-users/
Create a new consent user. The org_user_id is required and must be unique within the organisation/workspace. Email and phone are optional and used for privacy center login.
Response codes:
- 201: User successfully created
- 409: Conflict - org_user_id, email, or phone already exists
For email/phone conflicts:
- If org_user_id_type is UCID, this indicates different data principals (conflict)
- If org_user_id_type is EMAIL or PHONE, this may be the same user (use PATCH to update the existing user)