Skip to main content
POST
Create user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
Maximum string length: 255
Example:

"b"

email
string<email>
required
Maximum string length: 255
Example:

"zbailey@example.net"

password
string
required
Minimum string length: 8
Example:

"-0pBNvYgxw"

title
string
Maximum string length: 255
Example:

"a"

azure_id
string
Maximum string length: 255
Example:

"y"

roles
string[]

Response

User created

The response is of type object.