@oneblink/apps-react
    Preparing search index...

    Function requestAccess

    • If the current user is not a Forms App User, this function will send a request on behalf of the current user to the OneBlink Forms App administrators to request access.

      const formsAppId = 1
      await authService.requestAccess(formsAppId)
      // Display a message to user indicating a request has been sent to the application administrators

      Parameters

      • formsAppId: number

      Returns Promise<void>