organizationId required | string |
numberOfDaysToInclude | integer <int32> Default: 7 |
Lists all organizations you have access to.
additionalFields | Array of strings A line-separated list of additional fields to include. |
filter | string The free-form string to filter the returned list based on the values of the organization attributes. Using spaces is not recommended as it will prevent correct filtering. |
order | string Default: "asc" The |
page | integer <int32> Default: 0 The 0-based index number of the page to list. |
perPage | integer <int32> Default: 100 The maximum number of organizations to list per page. |
sortBy | string Default: "displayName" The field to sort the returned organizations by. |
type | string The type of organization to include in the returned list. |
Creates an organization.
name required | string The name to assign to the new organization. |
organizationTemplate | string Default: "" Example: organizationTemplate=TRIAL The name of the template to base the new organization on. |
owner | string Default: "" The email of the owner to assign to the new organization. |
Delete an organization.
organizationId required | string The unique identifier of the target organization. |
Shows an organization.
organizationId required | string The unique identifier of the target organization. |
additionalFields | Array of strings A line-separated list of additional fields to include. |
Updates an organization.
organizationId required | string The unique identifier of the target organization. |
The JSON configuration to update the target organization to.
displayName | string <= 255 characters The display name of the organization. |
object (OrganizationOwnerModel_Request) The owner of the organization. |
{- "displayName": "string",
- "owner": {
- "email": "string"
}
}
organizationId required | string The unique identifier of the target organization. |
allowed required | boolean Whether serving experiments are allowed |
Launches the provisioning of an organization.
organizationId required | string The unique identifier of the target organization. |
Resumes a paused organization.
organizationId required | string The unique identifier of the target organization. |
Shows the status of an organization.
organizationId required | string The unique identifier of the target organization. |