Authenticate user
POST {{baseUrl}}/v1/auth
Authenticates user with the given credentials, returning an OTCS ticket if authorized.
Request Body
[{"name"=>"username", "value"=>"qui ad", "datatype"=>"string"}, {"name"=>"password", "value"=>"", "datatype"=>"null"}, {"name"=>"domain", "value"=>"aliquip non ea", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"ticket":"ullamco consequat occaecat"}