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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.infyn.dev/llms.txt

Use this file to discover all available pages before exploring further.

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