You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,20 +17,27 @@ export class UserOrganizationService extends TenantAwareCrudService<UserOrganiza
17
17
super(userOrganizationRepository);
18
18
}
19
19
20
+
/**
21
+
* Adds a user to all organizations within a specific tenant.
22
+
*
23
+
* @param userId The unique identifier of the user to be added to the organizations.
24
+
* @param tenantId The unique identifier of the tenant whose organizations the user will be added to.
25
+
* @returns A promise that resolves to an array of IUserOrganization, where each element represents the user's association with an organization in the tenant.
0 commit comments