Groups

The Group entity represents a collection of users. Groups help organize and manage access control, workflows, and reposting within SysAid.

Groups are commonly used to:

  • Assign incidents and service records to specific teams (e.g., IT Support, Finance, HR)
  • Control access to specific service records or features based on user roles and group permissions
  • Categorize departments or locations for easier management

🚧

Please note:

If your SysAid environment is integrated with an active directory (Microsoft, Google, etc.), any changes made to an existing Group via the API will be overwritten the next time data is synced from the active directory.

Group attributes

A Group object includes the following attributes:

NameTypeDescription
idnumberThe unique identifier of the Group
namestringThe Group's name
typestringThe Group type. The allowed values include: general, administrators, endUsers
supportLevelnumberA number representing the support level given by this Group
companyIdintegerThe unique identifier of the company associated with this Group
emailstringThe email address associated with the Group
receiveAutomaticSrEmailNotificationsbooleanIndicates whether the Group receives automatic email notifications when service records in their care are updated
canBeAssignedToServiceRecordbooleanDetermines if service records can be assigned to this support queue
enableAutomaticDispatchOfServiceRecordsbooleanSpecifies if service records are automatically dispatched to this support queue
versionnumberThe version of the Group entity