Users
Create a new user
Adds a new user record to the database.
Adds a new user record to the database.
AuthorizationBearer <token>
In: header
Request Body
application/json
The new User resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://api.skalasuite.com/api/users" \ -H "Content-Type: application/json" \ -d '{}'{
"id": 0,
"email": "string",
"roles": [
"string"
],
"firstName": "string",
"lastName": "string",
"permissions": [
{}
],
"language": "tr",
"deviceId": "string",
"operations": [
{
"company": {
"id": 0,
"name": "string"
}
}
],
"isAdmin": true,
"isActive": true,
"type": "user",
"company": {
"id": 0,
"name": "string"
}
}Empty
Empty
