# SLUG_CONFLICT

- Surface: API
- HTTP status: 409
- Recommended action: `CHOOSE_DIFFERENT_SLUG`
- Details: `{ resourceType: "organization", conflictingSlug: string, recommendedAction: "CHOOSE_DIFFERENT_SLUG" }`

## Cause

The Organization slug is already taken. Slugs are a global handle, so the winner may be an Organization you cannot see.

## Fix

Resend the create with a different slug. `details.conflictingSlug` echoes only the slug you sent: no id, name, or owner of the holding Organization is disclosed.

## Related

- [ORGANIZATION_NOT_FOUND](https://splitch.dev/docs/error/ORGANIZATION_NOT_FOUND)
- [VALIDATION_ERROR](https://splitch.dev/docs/error/VALIDATION_ERROR)

Source: https://splitch.dev/docs/error/SLUG_CONFLICT