Authorizations
An API key that grants access to the Connect API. You can create and manage API keys in the portal.
Headers
A unique key to ensure idempotency of requests. If a request with the same key has already been processed, the same result will be returned. The key must be unique for each distinct operation. Keys are expired after 24 hours, but we recommend using a new key for each request.
Modified requests with the same idempotency keys are rejected with a 409 Conflict
status code.
256
Body
The user to create.
Request to create a user.
Name of the user.
"John Doe"
Email of the user.
"john.doe@example.com"
Mobile phone number of the user.
"+15551234567"
The identity of the entity, such as personal number, organization number, etc., depending on the country and customer type.
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.
Response
User created successfully.
A user within the system.
Unique identifier for the user.
Name of the user.
Email of the user.
Mobile phone number of the user.
The identity of the entity, such as personal number, organization number, etc., depending on the country and customer type.
List of customer IDs associated with this user.
The unique identifier for a customer.
Date and time when the user was created.
Date and time when the user was last updated.
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.