getKuid #
Available since 2.11.0
Returns the current user kuid.
Arguments #
getKuid (): string | null
Example #
const kuid = request.getKuid();
// equivalent
const kuid = request.context.user._id;
Edit this page on Github(opens new window)
Returns the current user kuid.
getKuid (): string | null
const kuid = request.getKuid();
// equivalent
const kuid = request.context.user._id;