Context object in database scripts -> Where to find documentation about this?

Hi,

im searching for documentation about the “context” object that is passed for the custom database scripts and i dont find anything.

Can someone point where to look at?

Thanks

Hey there!

I’d like to help you on that! Can you let me know what quickstarts / docs etc are you utilising so far? Thank you!

im searching in Auth0 and here in the community…

the only thing i found is about the “context object” in Rules but the one for the Database connection.

Gotchya! It seems like it’s not documented in the docs. Let me reach out to one of our engineering teams so we can get their help on that!

1 Like

Hey there!

Sorry for a bit of delay. Here’s all you need:

The context object in custom database scripts currently only supports realm and organization objects. You can check more here:

Thanks konrad.sopala.

Do you know where i can find documentation about the realm and organization objects??

Are these 2 objects passed right inside the context object?? Like
contextobject {
realm,
organization
}

??

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.