Expand organization users with user information from the user service
list of organization users
Optional
expandExpression: Expandexpand expression (list of expands to apply)
Read all users of an organization. As this data is not in a seprate collection, we need to read the organization and get the users from it.
organization id
all users of the organization
List all users of an organization with a mock pagination. This is a mock pagination as the data is not stored in a separate collection, and the API is not truly paginated nor supports filtering.
organization id
offset for pagination
limit for pagination
all users of the organization
Insert or update organization users for an organization. If the user already exists, the role will be updated.
organization id
users to be added or updated
true if the operation is successful
Private
dbPrivate
loggerPrivate
orgPrivate
userAPIStatic
Private
Readonly
COLLECTION_Generated using TypeDoc
Description
Service for creating and managing organization users