Login 1

Login 1

Performs login.

Request
URI
POST
https://sc2-10-185-6-200.eng.vmware.com//csp/gateway/am/api/login
COPY
Request Body
LoginRequest of type(s) application/json
Optional
{
    "username": "string",
    "password": "string",
    "domain": "string",
    "scope": "string"
}
string
username
Required

The username.

string
password
Required

The password.

string
domain
Optional

The user's domain.

string
scope
Optional

Scope of the issued token.

Responses
200

OK

Operation doesn't return any data structure

400

Wrong username or password.

Returns Token of type(s) */*
{
    "cspAuthToken": "string"
}
string
cspAuthToken
Optional

The access token.