Skip to main content
POST
Create Instance User Endpoint

Headers

Authorization
string

Body

application/x-www-form-urlencoded

Request data for creating a new user in an instance.

instance_id
string
required

ID of the instance where the user will be created.

Minimum string length: 1
username
string
required

Username for the new user.

Minimum string length: 1
first_name
string
required

Password for the new user.

Minimum string length: 1
last_name
string
required

Password for the new user.

Minimum string length: 1

Response

OK

Represents the JSON structure for creating a new user.

id
string | null

The unique identifier for the user.

username
string | null

The username of the user.

first_name
string | null

The first name of the user.

last_name
string | null

The last name of the user.

enabled
string | null

The enabled status of the user.

instance_id
string | null

The unique identifier for the instance the user belongs to.