GroupMemberships
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True | Automatically assigned when the ticket is created. | |
UserId | Long | False | Users.Id | The id of an agent. |
GroupId | Long | False | Groups.Id | The id of a group. |
Default | Boolean | False | If true, tickets assigned directly to the agent will assume this membership's group. | |
CreatedAt | Datetime | True | The time the membership was created. | |
UpdatedAt | Datetime | True | The time of the last update of the membership. | |
Url | String | True | The API url of this record. |
Last updated