API for adding or updating users in an organization
Input containing parameters for adding or updating users.
Optional
requestContext: RequestContextrequest context (requestId, serviceHistory)
void
This API is used to add or update users in an organization.
API for creating an organization
Organization data to be created.
Optional
requestContext: RequestContextOrganization data that was created.
This API is used to create an organization.
API for getting multiple organization attachments
List of organization attachment IDs to be fetched.
Optional
requestContext: RequestContextrequest context (requestId, serviceHistory)
Organization attachments array that fetched if the id is not exist return null.
This API is used to get multiple organization attachments from the Organization service. It will return array exactly the same length as the idList, if the id is not exist return null instead in for the specific attachment.
API for getting a single organization
Organization ID of the organization to be fetched.
Optional
requestContext: RequestContextrequest context (requestId, serviceHistory)
Organization data that was fetched.
This API is used to get a single organization.
API for getting list of users in an organization
Organization ID of the organization.
Optional
requestContext: RequestContextrequest context (requestId, serviceHistory)
Paginated list of users and their roles
This API is used to get list of users and their roles for an organization.
API for getting list of organizations
Input containing parameters for fetching organizations.
Optional
requestContext: RequestContextrequest context (requestId, serviceHistory)
Paginated list of organizations.
This API is used to get list of organizations.
API for getting role of a user in an organization.
Input containing parameters for fetching organizations.
Optional
requestContext: RequestContextrequest context (requestId, serviceHistory)
Object containing the role of the user in the organization.
This API is used to get the role a user has in an organization.
API for getting list of organizations for a user
Input containing parameters for fetching organizations.
Optional
role?: stringRole of the user in the organization.
User ID of the user whose organizations are to be fetched.
Optional
requestContext: RequestContextrequest context (requestId, serviceHistory)
Paginated list of organizations for the user.
This API is used to get list of organizations that a user belongs to.
API for checking if a user belongs to an organization
Input containing properties for checking if a user belongs to an organization.
Organization ID of the organization.
User ID of the user.
Optional
requestContext: RequestContextrequest context (requestId, serviceHistory)
Object containing the boolean result of the check.
This API is used to check if a user belongs to an organization.
API for updating review statistics for a single organization
Input containing properties for updating statistics.
Org ID of the org to be updated.
Review statistics body.
Optional
averageOptional
averageOptional
totalOptional
requestContext: RequestContextOrganization data that was updated.
This API is used to update review statistics for a single org in the Organization service.
Generated using TypeDoc
Interface for Organization's Default Adapter's API
Description
This interface is used to define the API for Organization's Default Adapter. Implement this interface to create a custom API for communicating with Organization functionality.