{
"user": {
"created_at": "2021-01-01T00:00:00Z",
"email": "john.doe@example.com",
"id": 123,
"updated_at": "2021-01-01T00:00:00Z"
}
}
Creates a new user. In order to authenticate the request, a valid
OAuth2 token must be provided. The token must be generated
with client_credentials
grant type.
The token must have the following scopes:
users
capital_deposits
OR companies:all
ℹ️ This endpoint requires one of the following scopes:
users
,capital_deposits
,companies:all
{
"user": {
"created_at": "2021-01-01T00:00:00Z",
"email": "john.doe@example.com",
"id": 123,
"updated_at": "2021-01-01T00:00:00Z"
}
}
User was created
The response is of type object
.