Methods

  • POST — Add organizational units to a group

Resource

{
    "addedItemIds": [
        "uuid"
    ],
    "error": "string",
    "success": "boolean"
}

Properties

Name Type Description Additional
addedItemIds[] array of uuid

List of IDs of the organizational units that have been added to the group

Optional
error string

Error message if success == false

Optional
success boolean

Successful request flag

Optional