Administrator
- Administrator
- All Products
/api/v2/org
/api/v2/org/<sub-organization ID>
/api/v2/org/name/<sub-organization name>
/api/v2/org/name/my%20suborg
Field
| Type
| Description
|
---|---|---|
id
| String
| Organization ID.
|
orgId
| String
| Organization ID.
|
name
| String
| Organization name.
|
description
| String
| Description of the organization.
|
createTime
| Date/time
| Time the organization was created.
|
updateTime
| Date/time
| Last time the organization was updated.
|
createdBy
| String
| ser who created the organization.
|
updatedBy
| String
| Last user who updated the organization.
|
parentOrgId
| String
| Organization ID for the parent organization.
Returns 0 if the organization is a stand-alone or parent organization.
|
address1
| String
| Address for the organization.
|
address2
| String
| Additional address information for the organization.
|
address3
| String
| Additional address information for the organization.
|
city
| String
| City where the organization is based.
|
state
| String
| State where the organization is based. Returns a state code.
For more information, see
State codes.
|
zipcode
| String
| Postal code of the area where the organization is based.
|
country
| String
| Country where the organization is based. Returns a country code.
For more information, see
Country codes.
|
employees
| String
| Range of employees in the organization.
|
offerCode
| String
| Offer code assigned to
Informatica Intelligent Cloud Services partners.
|
successEmails
| String
| Email address to receive notification of tasks that complete successfully.
|
warningEmails
| String
| Email address to receive notification of tasks that complete with errors.
|
errorEmails
| String
| Email address to receive notification of tasks that fail to complete.
|
campaignCode
| String
| Campaign code.
|
atlasProjectId
| String
| Atlas project ID.
|
zuoraAccountId
| String
| Zuora account ID.
|
spiUrl
| String
| This field is no longer applicable and has been deprecated.
|
devOrg
| Boolean
| Indicates the organization is a development organization.
Returns 1 for a development organization. Returns 0 for a production organization.
|
maxLogRows
| Int
| Maximum number of rows to keep in the activity log.
|
minPasswordLength
| Int
| Minimum number of characters for a user account password.
|
minPasswordCharMix
| Int
| Mix of characters each password must contain.
Passwords can contain a mix of the following character sets: lowercase letters, capital letters, numbers, and special characters.
|
passwordReuseInDays
| Int
| Number of days until a previous password can be used again.
A value of 0 means a password can always be reused.
|
passwordExpirationInDays
| Int
| Number of days until a password expires.
A value of 0 means a password will never expire.
|
subOrgLimit
| Int
| Number of sub-organizations allowed. If the limit has been customized, the REST API returns the custom limit. Otherwise, the REST API returns the limit associated with the edition.
|
restApiSessionLimit
| Int
| Number of concurrent REST API sessions allowed. If the limit has been customized, the REST API returns the custom limit. Otherwise, the REST API returns the limit associated with the edition.
|
parentOrgId
| String
| Organization ID of the parent organization.
0 indicates the organization is a stand-alone or parent organization.
|
jobExecUserProfile
| String
| Informatica Intelligent Cloud Services user account configured to run contact validation tasks.
|
orgUUID
| String
| Unique identifier for the organization.
|
subOrgs
| Object that contains information for each sub-organization.
| |
id
| String
| Included in subOrgs object.
ID of the sub-organization.
|
name
| String
| Included in subOrgs object.
Name of the sub-organization.
|
/api/v2/org/<id>
Field
| Type
| Required
| Description
|
---|---|---|---|
name
| String
| Yes
| Organization name.
|
address
| String
| Yes
| Address of organization.
|
address2
| String
| Additional address information for the organization.
| |
address3
| String
| Additional address information for the organization.
| |
city
| String
| Yes
| City where the organization is based.
|
state
| String
| Required when Country is US
| State where the organization is based. Use the appropriate state code.
Required when Country is set to US.
For more information, see Appendix A ,
State codes.
|
zipcode
| String
| Required when Country is US
| Postal code of the area where the organization is based.
Required when Country is set to US
|
country
| String
| Yes
| Country where the organization is based. Use the appropriate country code.
For more information, see Appendix A ,
Country codes.
|
timezone
| String
| Time zone of the organization. Time zone honors Daylight Saving Time.
For more information, see Appendix A ,
Time zone codes.
| |
description
| String
| Description of the organization. Maximum length is 255 characters.
| |
successEmails
| String
| Default email address for notification of successful job completion.
| |
warningEmails
| String
| Default email addresses for warnings about job completion.
| |
errorEmails
| String
| Default email address for notification about job failure.
| |
employees
| String
| Yes
| Range of employees in the organization. Use one of the following ranges:
|
offerCode
| String
| Offer code assigned to
Informatica Intelligent Cloud Services partners.
| |
passwordReuseInDays
| Int
| Number of days until a previous password can be used again.
Maximum number of days is 730 (2 years).
A value of 0 means a password can always be reused.
| |
passwordExpirationInDays
| Int
| Number of days until the password expires.
Maximum number of days is 180.
A value of 0 means a password will never expire.
|
/api/v2/org/<id>
POST <serverUrl>/api/v2/org/02340000 Content-Type: application/xml Accept: application/xml icSessionId: <icSessionId> <org> <name>Dev Org</name> <address1>333 Main Street</address1> <city>City</city> <state>MD</state> <zipcode>90001</zipcode> <country>US</country> <timezone>America/Chicago</timezone> </org>