Skip to main content

user-context-default

This section describes any default content added to the user context object for you to consume.

Backend#

{
_default: {
/*
This is the request object that allows you to read the body / origin / headers of the API request.

It is optional and will be defined only if the function you are overriding is called during an API.
*/
request
}
}

Frontend#

The userContext object is empty by default.

Looking for older versions of the documentation?
Which UI do you use?
Custom UI
Pre built UI