Skip to main content
POST
/
v1
/
users
Create a user
curl --request POST \
  --url http://localhost:6900/v1/users \
  --header 'Content-Type: application/json' \
  --data '
{
  "environmentId": "<string>",
  "email": "jsmith@example.com",
  "role": "<string>",
  "name": "<string>",
  "metadata": {}
}
'
null

Documentation Index

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

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

Body

application/json
environmentId
string
required
Minimum string length: 1
email
string<email>
required
role
string
required
Minimum string length: 1
name
string
metadata
object

Response

201 - application/json

User created

The response is of type unknown.