• Given the query + access token for a request, returns the configuration for which read status should be appended to the results (either the organization, the user id, or neither)

    Parameters

    • query: undefined | ParsedRequestQuery
    • accessTokenInfo: undefined | AccessTokenInfo

    Returns {
        organizationId?: string;
        userId?: string;
    } | undefined

Generated using TypeDoc