CreateUser
Create a User
- application/json
Request Body
users object[] required
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
users object[]
{
"users": [
{
"id": 0,
"GUID": "string",
"name": "string"
}
]
}
Bad Request
Internal Server Error
POST /v4/user
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://localhost/webconsole/api/V4/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"fullName": "string",
"name": "string",
"externalProviderId": 0,
"email": "string",
"company": {
"id": 0,
"name": "string"
},
"userGroups": [
{
"id": 0,
"name": "string"
}
],
"useSystemGeneratePassword": true,
"password": "string",
"inviteUser": true,
"plan": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"fullName": "string",
"name": "string",
"externalProviderId": 0,
"email": "string",
"company": {
"id": 0,
"name": "string"
},
"userGroups": [
{
"id": 0,
"name": "string"
}
],
"useSystemGeneratePassword": true,
"password": "string",
"inviteUser": true,
"plan": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"fullName": "string",
"name": "string",
"externalProviderId": 0,
"email": "string",
"company": {
"id": 0,
"name": "string"
},
"userGroups": [
{
"id": 0,
"name": "string"
}
],
"useSystemGeneratePassword": true,
"password": "string",
"inviteUser": true,
"plan": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"fullName": "string",
"name": "string",
"externalProviderId": 0,
"email": "string",
"company": {
"id": 0,
"name": "string"
},
"userGroups": [
{
"id": 0,
"name": "string"
}
],
"useSystemGeneratePassword": true,
"password": "string",
"inviteUser": true,
"plan": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"fullName": "string",
"name": "string",
"externalProviderId": 0,
"email": "string",
"company": {
"id": 0,
"name": "string"
},
"userGroups": [
{
"id": 0,
"name": "string"
}
],
"useSystemGeneratePassword": true,
"password": "string",
"inviteUser": true,
"plan": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"fullName": "string",
"name": "string",
"externalProviderId": 0,
"email": "string",
"company": {
"id": 0,
"name": "string"
},
"userGroups": [
{
"id": 0,
"name": "string"
}
],
"useSystemGeneratePassword": true,
"password": "string",
"inviteUser": true,
"plan": {
"id": 0,
"name": "string"
}
}
]
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"fullName": "string",
"name": "string",
"externalProviderId": 0,
"email": "string",
"company": {
"id": 0,
"name": "string"
},
"userGroups": [
{
"id": 0,
"name": "string"
}
],
"useSystemGeneratePassword": true,
"password": "string",
"inviteUser": true,
"plan": {
"id": 0,
"name": "string"
}
}
]
}'