tenants
Signup a new user
post/api/tenants/{tenant}/user/signup
Path parameters
tenantstring required
Tenant agent name
Request body
Example request
{
"password": "password1",
"user": "user1"
}Response
Returns login data and query context information
Changes
No recorded changes to this endpoint across all 1 revision of this API.