Skip to main content
POST
/
users
Create a new user (public)
curl --request POST \
  --url https://api.infyn.dev/users \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "<string>"
}
'
{
  "user_id": "<string>"
}

Body

application/json
user_id
string

Optional client-specified UUID for the new user

Response

200 - application/json

User created

user_id
string

UUID of the created user