Skip to main content

Create Usergroup

POST 

/usergroups/

Use this endpoint to create a single usergroup. If a usergroup is successfully created, the response will include the usergroup id.

Fields

NameRequired
nameno
languageno
parentno
companyno
departmentno
officeno
notesno
inheritProductListno

Default is Y
inheritOrderListno

Default is Y
budgetno

Default is N
budgetInheritno

Default is Y
orderListAllowAllno

Default is U
sourceIdno
sourceonly when sourceId is provided

Request

Body

    budget string
    budgetInherit string
    company string
    department string
    inheritOrderList string
    inheritProductList string
    language string
    name string
    notes string
    office string

    parent

    object

    id number

Responses

Create Usergroup - 201

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object

    budget string
    budgetInherit string
    company string
    department string
    id number
    inheritOrderList string
    inheritProductList string
    language string
    name string
    notes string
    office string

    parent

    object

    id number
    messages string[]
    total number
Loading...