cURL
curl --request POST \ --url https://api.example.com/poolside/v1/teams/{team_id}/members/set \ --header 'Content-Type: application/json' \ --data ' { "user_ids": [ "<string>" ] } '
{ "added": 123, "removed": 123, "$schema": "<string>" }
Completely replaces the team’s membership with an exact set of users. Members not in the provided list are removed from the team, and members in the list who aren’t already on the team are added.
list of user IDs
OK
A URL to the JSON Schema for this object.
"https://example.com/schemas/BulkStats.json"
Was this page helpful?