Sign in

Configure team

documented

Configure team membership and settings.

POST /api/team/configure/TEAM_IDTeam managementno 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://fleep.io/api/team/configure/{{$TEAM_ID}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Cookie: token_id={{FLEEP_TOKEN_ID}}" \
  -d '{"ticket": "{{$ticket}}", "team_name": "{{$team_name}}", "add_emails": {{$add_emails}}, "remove_emails": {{$remove_emails}}, "add_conversations": {{$add_conversations}}, "remove_conversations": {{$remove_conversations}}, "add_account_ids": {{$add_account_ids}}, "remove_account_ids": {{$remove_account_ids}}, "kick_account_ids": {{$kick_account_ids}}, "add_admin_ids": {{$add_admin_ids}}, "remove_admin_ids": {{$remove_admin_ids}}, "is_autojoin": {{$is_autojoin}}, "is_managed": {{$is_managed}} }'"}
Configure team · Fleep · OpenIntegrations