@roar-firebase-functions/core / AdministrationService
Interface: AdministrationService
Defined in: packages/core/src/services/administration.service.interface.ts:59
An interface representing the administration service. This interface is used to define the higher order operations that can be performed on administrations.
Methods
getAdministrationIdsForAdministrator()
getAdministrationIdsForAdministrator(
params
):Promise
<string
[]>
Defined in: packages/core/src/services/administration.service.interface.ts:83
Retrieves the administration IDs for the specified administrator.
Parameters
params
GetAdministrationIdsForAdministratorParams
The parameters to retrieve the administration IDs for the specified administrator.
Returns
Promise
<string
[]>
The administration IDs for the specified administrator.
getAdministrationIdsFromOrgs()
getAdministrationIdsFromOrgs(
params
):Promise
<string
[]>
Defined in: packages/core/src/services/administration.service.interface.ts:70
Retrieves the administration IDs for the specified orgs.
Parameters
params
GetAdministrationIdsFromOrgsParams
The parameters to retrieve the administration IDs for the specified orgs.
Returns
Promise
<string
[]>
The administration IDs for the specified orgs.