# Changelog May 13, 2022

## Organization management API updates

The work on our organization management API continues! We now have over 30 companies participating in the beta and we tremendously appreciate the ongoing feedback.

Things are really starting to round out.

### Backend endpoints

- POST /v1/organizations
- DELETE /v1/organizations/:id
- PATCH /v1/organizations/:id
- PATCH /v1/organizations/:id/metadata
- PUT /v1/organizations/:id/logo
- POST /v1/organizations/:id/memberships

### Frontend endpoints

- POST /v1/organizations
- PATCH /v1/organizations/:id
- DELETE /v1/organizations/:id
- PUT /v1/organizations/:id/logo
- POST /v1/organizations/:organization\_id/invitations
- POST /v1/organizations/:organization\_id/invitations/:invitation\_id/revoke
- GET /v1/organizations/:organization\_id/invitations/pending
- POST /v1/organizations/:organization\_id/memberships
- GET /v1/organizations/:organization\_id/memberships
- PATCH /v1/organizations/:organization\_id/memberships/:user\_id
- DELETE /v1/organizations/:organization\_id/memberships/:user\_id

The next focus is adding "current organization" support and progress is well underway.

Thanks to the contributors: Alex Ntousias, Giannis Katsanos

## Update domain in production

Developers can now [change the domain used in production](https://clerk.com/docs/reference/backend-api/tag/beta-features/POST/instance/change_domain).

Thanks to the contributors: Sokratis Vidros

## Community Spotlight: Chop Suey Remix stack

Congratulations to [Jake Correa](https://twitter.com/jkcorrea_), who launched a new "Remix Stack" with:

- Clerk for authentication
- EdgeDB for database
- Tailwind for styles
- Fly.io for hosting

[Check it out!](https://github.com/jkcorrea/remix-chop-suey-stack) This might be the most "edge" we've ever seen on the cutting edge.
