Create user
Last updated
Last updated
The method allows you to create a user. If a user with such an email
is already registered, the method will return the corresponding error.
Parameter
Required
Type
Description
Yes
String
User's email
Parameter
Type
Description
id
String
User ID
String
User's email
password
String
Generated password (shown only when created)
lastLoginAt
String or null
Date of the user's last login via the web interface
/partner/api/create-user
Public API-key
Signing the request body with a private API-key
Request content type
application/json
User's email
my-client@example.com