Restriction
The agents and/or teams that are assigned to the conversation.
type Restriction {
agents: [Agent!]
teams: [Team!]
type: RestrictionType!
}
Fields
Restriction.agents ● [Agent!] list object common
The agents that should be given access to the specified resource.
Restriction.teams ● [Team!] list object common
The teams who should be given access to the specified resource.
Restriction.type ● RestrictionType! non-null enum common
The currently applied restrictions.
Member of
Channel interface ● DemoEmailChannel object ● EmailChannel object ● Folder object