User Management
Create a user
Used to create a new user. To disable this endpoint, config.account.allow_signup must be set to false.
post/users
Request body
Response
Details about the created user
Example response
{
"user_id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c",
"email_id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
}