Create a New GroupAsk AIpost https://{account}.sysaidit.com/connect/v1/groupsCreates a new group. Provide the necessary details as per the group type.Body Paramsnamestringrequiredlength ≤ 64The group's name.typestringenumrequiredThe group type.generaladministratorsend-usersAllowed:generaladministratorsend-userssupportLevelintegerA number representing the support level (from existing support levels).companyIdinteger | nullThe unique identifier for the company associated with the group.emailstringlength ≤ 256The email address associated with the group.receiveAutomaticSrEmailNotificationsbooleanIndicates whether the group receives automatic SR email notifications.truetruefalsecanBeAssignedToServiceRecordbooleanIndicates if the group can be assigned to a service record. Not applicable if type is set to END_USERS.truetruefalseenableAutomaticDispatchOfServiceRecordsbooleanDetermines if service records should be automatically dispatched. Only applicable if canBeAssignedToServiceRecord is truefalsetruefalseResponses 201Group created successfully 400The request was invalid or cannot be served 401Authentication information is missing or invalid 409The request could not be completed due to a conflict with the current state of the resource. This typically occurs when attempting to create a duplicate resource, update a resource that has been modified by another process, or when business rules prevent the operation.Updated about 2 months ago