v1

latestOpenAPI 3.0.52026-07-178416.4 KB
tenants

Signup a new user

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

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