Hanzo AI
OpenapiBot

Sync members

Re-projects the caller org's bots as members into every space of the org and removes the ones whose agent is gone.

POST /v1/bot/members/sync

Addresshttps://api.hanzo.ai/v1/bot/members/sync
MethodPOST
Operationpost_bot_members_sync
AuthAuthorization: Bearer $HANZO_API_KEY

Re-projects the caller org's bots as members into every space of the org and removes the ones whose agent is gone. Idempotent, and admin only — the admin bit rides the caller to team, which is what decides it.

Request

The document declares no body for POST /v1/bot/members/sync. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask MCP's describe for post_bot_members_sync, which answers from the running route.

Response

StatusBodyMeaning
200bot.BotSyncok
defaultproblem-detailsrefused

200 body — 2 fields.

FieldInTypeAlwaysDescription
projectedbodyinteger (int64)Projected is how many roster entries the reconcile touched.
syncedbodybooleanSynced is true when the reconcile ran.

Failure carries the platform error shape — see Errors.

Examples

hanzo bot members sync

Bot API · All Hanzo APIs · Interactive reference

How is this guide?

On this page