Skip to main content

Create a user

POST 

/panel/users

Creates a user. The email address is marked as verified immediately, so no verification email is sent.

When is_admin is true, the user is granted platform administrator access.

Request

Responses

User created. Returns the user object unwrapped (no data envelope).

Caveat: is_admin in this response is always false, even when the request set is_admin: true. The admin flag is applied correctly — it is only misreported here. Re-fetch the user with GET /panel/users/{user} to read its true value.