Insert a new group
Insert a new group into database
Authorizations
AuthorizationstringRequired
Use Common JWT
Header parameters
X-Symphony-Hoststring · min: 1RequiredExample:
headers to indentify the originator
localhost.symphony.comBody
anyOptional
and
Responses
201
Successful response. Returns the group just created with the new added member
application/json
400
Returned if missing required parameters, Trying to add a member which is already existing within the group list of members, or the requested user member is already a part of company group in case of a company group type
application/json
401
Returned if wrong or missing JWT token
application/json
403
Returned if JWT token missing the required entitlement
application/json
429
Returned if the backend is overloaded
application/json
452
Returned if there is a violation in info barrier rules. This error is not relevant in case of a Company group
application/json
post
/v1/groupsLast updated
Was this helpful?