Private
addPrivate
createOptional
requestContext: RequestContextPrivate
getPrivate
getPrivate
getPrivate
getPrivate
getPrivate
getPrivate
getPrivate
getPrivate
internalPrivate
isPrivate
organizationPrivate
patchStatic
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_Static
Private
Readonly
DEFAULT_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 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?: stringOptional
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.
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.
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
Default Adapter for Organization
Description
This class is used to define the default adapter for Organization. This adapter uses the REST SDK to communicate with Organization functionality.