Organization Management API

{ urn:com.soa.rest.services.orgmgmt } OrgMgmtREST

This API is used to manage PM organizations.

POST/organizationsAdd a new Organization
DELETE/organizations/{orgKey}Delete Organization
GET/organizations/{orgKey}Get organization
PUT/organizations/{orgKey}Modify Organization with Given Key
POST/organizations/{orgKey}/contactsAdd a new organization contact
GET/organizations/{orgKey}/contactsGet organizational contacts
POST/organizations/{orgKey}/identitiesAssign Identity to a given organization
GET/organizations/{orgKey}/childrenGet organization children
DELETE/organizations/{orgKey}/contacts/{useType}Delete organizational contact
GET/organizations/{orgKey}/contacts/{useType}Get organizational contact
POST/organizations/{orgKey}/policies/operationalAttach operational policy to given org
GET/organizations/{orgKey}/policies/operationalGet operational policy information
POST/organizations/{orgKey}/policies/qosAttach QoS policy to given org
GET/organizations/{orgKey}/policies/qosGet QoS policy information
POST/organizations/{orgKey}/policies/complianceAttach Compliance policy to given org
GET/organizations/{orgKey}/policies/complianceGet Compliance policy information
DELETE/organizations/{orgKey}/identities/{qualifiedUserName}Un-Assign Identity to a given organization
PUT/organizations/{orgKey}/contacts/{useType}Modify Organizational contact
POST/organizations/{orgKey}/contacts/{contactUseType}/addressesAdd an address for a given org contact
POST/organizations/{orgKey}/contacts/{useType}/emailAdd email address to a given organizational contact
POST/organizations/{orgKey}/contacts/{contactUseType}/phonesAdd a phone number for a given org contact
DELETE/organizations/{orgKey}/policies/operational/{policyName}Detach operational policy to given org
DELETE/organizations/{orgKey}/policies/qos/{policyName}Detach QoS policy to given org
DELETE/organizations/{orgKey}/policies/compliance/{policyName}Detach Compliance policy to given org
PUT/organizations/{orgKey}/identities/{qualifiedUserName}/keystoreLoad Identity using PKI Data
PUT/organizations/{orgKey}/contacts/{contactUseType}/phones/{useType}Modify a phone number for a given org contact
DELETE/organizations/{orgKey}/contacts/{contactUseType}/phones/{useType}Delete a phone number for a given org contact
DELETE/organizations/{orgKey}/contacts/{contactUseType}/email/{useType}Delete email address of a given organization contact
PUT/organizations/{orgKey}/contacts/{contactUseType}/email/{useType}Modify email address of a given contact
PUT/organizations/{orgKey}/contacts/{contactUseType}/addresses/{useType}Modify a address info for a given org contact
DELETE/organizations/{orgKey}/contacts/{contactUseType}/addresses/{useType}Delete an address info for a given org contact