Skip to main content

talawa-api / Exports / utilities/adminCheck

Module: utilities/adminCheck

Table of contents

Functions

Functions

adminCheck

adminCheck(userId, organization): Promise<void>

If the current user is an admin of the organisation, this function returns true otherwise it returns false.

Parameters

NameTypeDescription
userIdstring | ObjectIdCurrent user id.
organizationInterfaceOrganizationOrganization data of InterfaceOrganization type.

Returns

Promise<void>

True or False.

Remarks

This is a utility method.

Defined in

src/utilities/adminCheck.ts:15