Create License User Group

URL : /api/v1/license-user-groups/

Method : POST

Parameters

  • code - String

  • customer_account - Integer

  • name - String

  • description - String

  • metadata - JSON

Data example

{
    "code": "lug10",
    "name": "License User Group 10",
    "description": "Some description.",
}

Success Response

Code : 200 OK

Content examples :

Last updated

Was this helpful?