cURL
curl --request POST \ --url https://api.example.com/poolside/v1/teams/{team_id}/members/add \ --header 'Content-Type: application/json' \ --data ' { "user_ids": [ "<string>" ] } '
{ "added": 123, "removed": 123, "$schema": "<string>" }
Adds new members to a team without affecting existing members. If a user is already a member of the team, they are skipped (idempotent operation).
list of user IDs
OK
A URL to the JSON Schema for this object.
"https://example.com/schemas/BulkStats.json"
Was this page helpful?