# Create Google Workspace user alias

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

Create an alias for a Workspace user.

Action ID: `users.aliases.create`
Provider: Google Workspace (`google_workspace`)
Contract version: 1

## Risk and exposure

- Risk: Write
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=false, destructive=false, idempotent=true, openWorld=true

## Required scopes

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

## Input schema fields

- `user_key`
- `alias`

## Output schema fields

- `id`
- `alias`
- `primary_email`

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.aliases.create
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/google_workspace/actions
