Skip to main content
POST
Create a user

Authorizations

Authorization
string
header
required

Email address and password. A personal access token (pat_…) or session token (token-…) may also be sent in the password field, with any non-empty value as the username — a blank username short-circuits to a 401 before the token is read.

Body

application/json
_id
string
Example:

"507f1f77bcf86cd799439011"

status
object
name
string
username
string<email>
Example:

"user@example.com"

emailNormal
string<email>
Example:

"user@example.com"

invite
string<uri>
Example:

"https://example.com/path/to/object"

preferences
object
territory
object
created
integer
groups
object[]
downloads
string[]
queue
any

Shape not inferred — the sampled response had no entries

Response

OK

_id
string
Example:

"507f1f77bcf86cd799439011"

status
object
name
string
username
string<email>
Example:

"user@example.com"

emailNormal
string<email>
Example:

"user@example.com"

invite
string<uri>
Example:

"https://example.com/path/to/object"

preferences
object
territory
object
created
integer
groups
object[]
downloads
string[]
queue
any

Shape not inferred — the sampled response had no entries