tenants

Login an existing user for a given tenant agent

post/api/tenants/{tenant}/user/login

Path parameters

tenantstring required

Tenant agent name

Request body

passwordstring required
userstring required

Example request

{
  "password": "password1",
  "user": "user1"
}

Response

Returns login data and query context information

contextstring[]
dataobject

Changes

No recorded changes to this endpoint across all 1 revision of this API.