BulkTeamOperations
Remove users from teams in bulk
This endpoint removes multiple users from their respective teams in a single request. Each removal specifies the team ID and user ID. Use the Retrieve bulk team operation status endpoint to check the status of the operation.
post/v2/teams/bulk/remove-user
Request body
Example request
{
"removeUsers": [
{
"teamId": "team-456",
"userId": "user-456"
}
]
}Response
The bulk remove operation has been submitted. Use BulkTeamStatus to check progress.
Changes
No recorded changes to this endpoint across all 1 revision of this API.