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