SLUG_CONFLICT
- HTTP status
- 409
- Recommended action
- CHOOSE_DIFFERENT_SLUG
- Details payload
{ 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.