Create Instance User Endpoint
Instances
Create Instance User Endpoint
This endpoint will create a new user under a specific subordinate instance within your partner account.
Required headers:
Authorization: access_token {token}
POST
Create Instance User Endpoint
Headers
Body
application/x-www-form-urlencoded
Request data for creating a new user in an instance.
ID of the instance where the user will be created.
Minimum string length:
1Username for the new user.
Minimum string length:
1Password for the new user.
Minimum string length:
1Password for the new user.
Minimum string length:
1Response
OK
Represents the JSON structure for creating a new user.
The unique identifier for the user.
The username of the user.
The first name of the user.
The last name of the user.
The enabled status of the user.
The unique identifier for the instance the user belongs to.
