Post organization creation hook

Is it possible to have a hook or action for organization creation?
I’m looking for something similar to Post User Registration Hook, but for organizations.

Hi @jair - what are you looking to do with it?

1 Like

I have to keep track of organization creations in my own database. I can do that to users using the hooks and rules, but I couldn’t find a way of doing it for organizations.

We don’t have an extensibility point for this currently, but do plan to have one in the future. Until then, I’d recommend that you store the Auth0 organization_id in your own database upon successful response of the POST Organization MGMT API call.

1 Like

Thanks for sharing it with the rest of community Adam!