Removing users from channels
Similar to adding users, you can remove users either by a REST API call, or via a FileMaker script in your helper file.
Removing users using a FileMaker script
Examples
{
"users": "USER_ID",
"channels":
{
"name": "channel1",
"mode": "ignore"
}
}{
"users":
[
"USER_ID_1",
"USER_ID_2"
],
"channels":
[
{
"name": "channel1",
"mode": "ignore"
},
{
"name": "channel2",
"mode": "ignore"
}
]
}API: Remove User from Channel
Headers
Name
Type
Description
Request Body
Name
Type
Description
Leaving Anonymous Channels
channelLeaveAnonLast updated
Was this helpful?