# Create Google Workspace user

Canonical URL: https://docs.fuse.init.inc/integrations/google-workspace/actions/users.create

Create a Workspace user.

Action ID: `users.create`
Provider: Google Workspace (`google_workspace`)
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

- `https://www.googleapis.com/auth/admin.directory.user`

## Input schema fields

- `primary_email`
- `given_name`
- `family_name`
- `password`
- `org_unit_path`

## Output schema fields

- `id`
- `primary_email`
- `name`
- `name.given_name`
- `name.family_name`
- `name.full_name`
- `suspended`
- `org_unit_path`

Provider overview: https://docs.fuse.init.inc/integrations/google-workspace
Actions index: https://docs.fuse.init.inc/integrations/google-workspace/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/google_workspace/actions/users.create
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/google_workspace/actions
