Skip to main content

user_permissions_list

Api Code Documentation / Exports / user_permissions_list

Table of contents#

Functions#

Functions#

addHttpHandler#

â–¸ addHttpHandler(server, urlPrefix, service): void

Creates an http handler that handles incoming http requests for the /user.intent.listPermissions route

Parameters#

NameTypeDescription
serverAugmentedFastifyInstancethe current fastify server instance
urlPrefixstringthe prefix of the http url
serviceServicethe service {@link Service} object used to offer an interface to the domain logic

Returns#

void

Defined in#

src/user_permissions_list.ts:84