Skip to main content

Update Usergroup by lookup key

PATCH 

/usergroups/:lookupKey/:lookupValue

Use this endpoint to update usergroup by lookup key. If multiple usergroups with the same lookup key exist, use additional filtering depending on the lookup key to uniquely identify the usergroup (e.g. source and language for lookup key source).

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about usergroup lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

Body

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

    parent

    object

    id number

Responses

Update Usergroup by Id - 200

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
    name string
    notes string
    office string

    parent

    object

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