A data format supported by the Data API & custom endpoints.
create_user_on_authboolean
run_as_user_idstring
An application user's account ID. If defined, endpoints will always run as the specified user.
run_as_user_id_script_sourcestring
Stringified source code for a function that returns an
application user's account ID. If defined, endpoints execute
the function on every request and run as the user with the
ID returned from the function.