Create Consent User

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)
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!