Organizations REST Endpoints
Admin/Organizations
The operations from the Admin/Organizations category.
- add an secondary address to an Organization
- Method: postPath:
/ccadmin/v1/organizations/{id}/secondaryAddresses
- createOrganization
- Method: postPath:
/ccadmin/v1/organizations
- delete an Address for an Organization
- Method: deletePath:
/ccadmin/v1/organizations/{id}/secondaryAddresses/{addressId}
- get Address for an Organization
- Method: getPath:
/ccadmin/v1/organizations/{id}/secondaryAddresses/{addressId}
- Get site based Organization properties
- Method: getPath:
/ccadmin/v1/organizations/{id}/siteOrganizationProperties
- getOrganization
- Method: getPath:
/ccadmin/v1/organizations/{id}
- listOrganizations
- Method: getPath:
/ccadmin/v1/organizations
- update address for an Organization
- Method: putPath:
/ccadmin/v1/organizations/{id}/secondaryAddresses/{addressId}
- update site based Organization properties
- Method: postPath:
/ccadmin/v1/organizations/{id}/updateSiteOrganizationProperties
- updateOrganization
- Method: putPath:
/ccadmin/v1/organizations/{id}