Appearance
Documentation / @kizami/db / listTenantUserIdsWithCredentials
Function: listTenantUserIdsWithCredentials()
listTenantUserIdsWithCredentials(
db,tenantId):Promise<Set<string>>
Defined in: packages/db/src/queries/invitations.ts:241
テナント内で auth_credentials を持つ(= 受諾済み/active な)ユーザーID集合。一覧表示用。
Parameters
db
tenantId
string
Returns
Promise<Set<string>>