POST api/v2/environments/logins/create
Create environment login
Request Information
URI Parameters
None.
Body Parameters
The command
CreateEnvironmentLoginCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| EnvironmentId | EnvironmentIdentifier |
Required |
|
| LoginName | string |
Required Max length: 100 |
|
| Number | integer (32 bits) |
Required Range: inclusive between 1 and 1000 |
Request Formats
application/json
Sample:
{
"EnvironmentId": "8a9e3615-9d9d-04e9-1536-9e8a9d9de904",
"LoginName": "sample string 1",
"Number": 1
}
Response Information
Resource Description
The create environment login command result
CreateEnvironmentLoginCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | CreateEnvironmentLoginCommandResultKind |
Required |
Response Formats
application/json
Sample:
{
"Result": "Success"
}