# Invite GitHub organization member

Canonical URL: https://docs.fuse.init.inc/integrations/github/actions/organization.members.invite

Invite a user to the installation organization.

Action ID: `organization.members.invite`
Provider: GitHub (`github`)
Contract version: 1

## Risk and exposure

- Risk: Write
- Idempotency: Unsafe — Retries may duplicate side effects; callers must coordinate carefully.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=false, destructive=false, idempotent=false, openWorld=true

## Required scopes

- `organization.members:write`

## Input schema fields

- `org`
- `email`
- `role`

## Output schema fields

- `id`
- `email`
- `role`

Provider overview: https://docs.fuse.init.inc/integrations/github
Actions index: https://docs.fuse.init.inc/integrations/github/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/github/actions/organization.members.invite
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/github/actions
