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
statusenumRequired
Allowed values:
idstringOptional
pathstringOptional
parentIdstringOptional
avatarUrlstringOptional
descriptionstringOptional
propertiesobjectOptional
Custom properties for group visualization and categorization
externalIdstringOptional

Response

Successful people-group inserted

idstring
namestring
statusenum
Allowed values:
pathstring
parentIdstring
avatarUrlstring
descriptionstring
propertiesobject
Custom properties for group visualization and categorization
externalIdstring

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error