latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
General.User
Create user
Creates a user and its user profile and returns the ID of the created user
post/api/v1/user/create
Request body
Example request
{
"external_user_id": "user_123_abc",
"locale": "en_US",
"market": "SE",
"retention_class": "permanent"
}Response
The user was successfully created and returned.
Example response
{
"external_user_id": "user_123_abc",
"user_id": "6e68cc6287704273984567b3300c5823"
}