Sign in

Update team users

documented

Update team users (payload lists users).

POST /accountteams/{team_id}/usersAccountTeamsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.alchemer.com/v5/accountteams/{{$team_id}}/users?_method=PUT&api_token={{SURVEYGIZMO_API_KEY}}&api_token_secret={{SURVEYGIZMO_API_SECRET}}&users=[{\"user_id\":\"{{$user_id}}\",\"role_id\":\"{{$role_id}}\",\"is_team_manager\":{{$is_team_manager}}}]" \
  -H \"Accept: application/json\" \
  -H \"Content-Type: application/json\"