Create new Consumer Point User Email
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Create new Consumer Point User Email

  • Dark
    Light
  • PDF

Article summary

Post
/consumer-points-user-email/
Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Body parameters

Consumer Point User Email to be created

object
consumerpoint_user
integer Required

Consumer Point User id

email
string Required

Email address GDPR protected field

id
integer

Primary key

restricted_type
integer

TxtConstant with group name KU_RESTRICTED_TYPE This field determines protection level of data under GDPR

Responses
201

A created Consumer Point User Email

{
  "consumerpoint_user": [
    "203"
  ],
  "email": [
    "test@email.com"
  ],
  "id": [
    "123"
  ]
}
object
consumerpoint_user
integer

Consumer Point User id

email
string

Email address GDPR protected field

id
integer

Primary key

restricted_type
integer

TxtConstant with group name KU_RESTRICTED_TYPE This field determines protection level of data under GDPR

400

There was an error in request. Usually field validation failed.

Fields which failed validation

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error


Was this article helpful?