Get
/licenses.maxActiveUsers
Retrieves a list of the maximum active users.
Changelog
Version | Description |
---|---|
4.0.0 | Added |
Header parameters
X-Auth-Token
stringRequired
The authToken
of the authenticated user.
ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
X-User-Id
stringRequired
The userId
of the authenticated user.
ExamplerbAXPnMktTFbNpwtJ
Responses
200
OK
Success Example
{
"maxActiveUsers": 25,
"activeUsers": 0,
"success": true
}
object
maxActiveUsers
integer
activeUsers
integer
success
boolean
401
Unauthorized
Authorization Error
{
"status": "error",
"message": "You must be logged in to do this."
}
object
status
string
message
string