Checks the ability to manage user licenses by user login.
The response will contain only those licenses that were specified in the request.
POST/api/v1/billing/user/manage/licenses/check
|
Headers |
|||||||||
|
Accept |
application/json |
||||||||
|
Body |
|||||||||
|
json |
JSON
|
||||||||
|
loginrequired |
string |
User login |
|||||||
|
analytic_l1required |
int |
Number of cases of the license Level 1 |
|||||||
|
analytic_l2required |
int |
Number of cases of the license Level 2 |
|||||||
|
analytic_l3required |
int |
Number of cases of the license Level 3 |
|||||||
|
Response |
|||||||||
|
200 |
Returns a list of licenses and the ability to edit them |
||||||||
|
JSON
|
|||||||||
|
422 |
Returns a JSON object with an error. Validation |
||||||||
|
JSON
|
|||||||||
|
Example |
|||||||||
|
JSON
|