The method and parameters
|
POST /api/v1/billing/user/manage/licenses/check |
This checks if a user has the ability to manage licenses, based on their login. The response will only include the licenses specified in the request.
JSON
{
"login": "test@mail.com",
"analytic_l1": null,
"analytic_l2": 1,
"analytic_l3": 0
}
string login – a user login
int analytic_l1 – the number of cases of the first license level
int analytic_l2 – the number of the second license level
int analytic_l3– the number of the third license level
|
200 |
|
Returns a list of licenses and the ability to edit them JSON
|
|
422 |
|
Returns a JSON object with an error. For details, see General information > Validation. JSON
|