Create a user
Creates a user for a single end-user of your application.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
The unique key used to identify a request that has already been processed.
Request
The customer-specific unique identifier associated with this user.
Use metadata for storing additional user data. For filtering, please use foreignId
.
The user’s email address. Abound assume’s you have taken the proper steps to verify the ownership of this email address.
Response
OK
The creation date and time of the user in ISO 8601
format.
The unique identifier for this user.
The customer-specific unique identifier associated with this user.
Use metadata for storing additional user data. For filtering, please use foreignId
.
The user’s email address. Abound assume’s you have taken the proper steps to verify the ownership of this email address.