MEMBERSHIP_CONFLICT
- HTTP status
- 409
- Details payload
{ existingRole: "owner" | "admin" | "member" }
Cause
The User is already a member of the Organization.
Fix
Use the membership update operation when the existing role should change.
{ existingRole: "owner" | "admin" | "member" }The User is already a member of the Organization.
Use the membership update operation when the existing role should change.