Skip to main content
POST
Create a new user in platform

Authorizations

Authorization
string
header
required

Token da sessão no cabeçalho Authorization, no formato Bearer (mesmo esquema ApiKeyAuth do contrato).

Body

application/json

user data

email
string
required
name
string
required
Minimum string length: 5
password
string
required
Minimum string length: 6
active
boolean

Response

Created

The response is of type object.