Append organization image uris to the organization entity
organization model
normalized organization response
Create organization into database, uploading certificate and icon image if available
organization payload
id of the created organization
Expand children organizations for a list of organizations If children organizations are not found, it will be ignored
list of organizations
list of organizations with children organizations
Expand parent organization for a list of organizations If parent organization is not found or null, it will be ignored
list of organizations
list of organizations with parent organization
Execute expand operations on a list of organizations
list of organizations
Optional
expandExpression: ExpandList of expand operations to execute
list of organizations with expanded fields
Find organizations that match the given query. This method does not support pagination.
query to filter organizations
list of organizations
Read a single organization from the database
organization id
organization entity
List organizations with pagination
paginated list query options
paginated organization list query result
Returns list of organizations that the user is a member of, filtered by the given roles. This method supports pagination.
user id to filter organizations by
roles to filter organizations by
paginated list query options & filters
paginated organization list query result
Normalize a single organization response
organization model
Normalize list of organization responses
organization models
Update organization in the database, uploading icon image if available
organization id
organization update payload
id of the updated organization
Private
dbPrivate
orgPrivate
uploadStatic
Private
Readonly
COLLECTION_Static
Private
Readonly
EXPAND_Amount to limit children expansion to
Generated using TypeDoc
Description
Service for creating and managing organizations.