A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"fullName": "<string>",
"logo": "<string>"
},
"isSubscribedNewIssue": true
}Adds a user to the support team. Prevents duplicate entries for the same user. The user must belong to the same tenant. Requires tenant admin permission.
A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"fullName": "<string>",
"logo": "<string>"
},
"isSubscribedNewIssue": true
}The new SupportTeam resource