Add People Group

View as Markdown

Authentication

X-Trebellar-Api-Keystring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
idstringOptional
pathstringOptional
parentIdstringOptional
avatarUrlstringOptional
descriptionstringOptional
propertiesobjectOptional
Custom properties for group visualization and categorization
externalIdstringOptional

Response

Successful people-group inserted

idstring
namestring
pathstring or null
parentIdstring or null
avatarUrlstring or null
descriptionstring or null
propertiesobject or null
Custom properties for group visualization and categorization
externalIdstring or null

Errors