Get My Organizations
get
/api/user/organizations
Returns a list of organizations for which you are designated as the organization administrator.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
objectResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : Organization
Type:
Show Source
object-
addressLine1: string
Example:
500 Oracle Parkway -
addressLine2: string
-
billThroughOracle: boolean
Example:
true -
cityName: string
Example:
Redwood Shores -
claimed: boolean
Example:
true -
code: string
Example:
MYORG -
countryCode: string
Example:
USA -
county: string
Example:
Chester -
deliveryAddressLine1: string
Example:
500 Oracle Parkway -
deliveryAddressLine2: string
-
deliveryCityName: string
Example:
Redwood Shores -
deliveryCountryCode: string
Example:
USA -
deliveryPostalCode: string
Example:
94065 -
deliveryStateName: string
Example:
CA -
description: string
Example:
description -
emailAddress: string
Example:
sales@oracle.com -
fax: string
Example:
18006330738 -
guestOrg: boolean
Example:
false -
id: integer
(int64)
Example:
45 -
identityInstanceId: integer
(int64)
Example:
32 -
legalBusinessNum: string
Example:
18006722531 -
logo: string
Example:
http://www.oracle.com/logo.svg -
name: string
Example:
My Organization -
oracleAccountName: string
Example:
Oracle -
oracleAccountNumber: string
Example:
18006722531 -
oracleServiceEntitlementId: string
Example:
PL-3243-SDW-3241-GJH -
oracleSubscriptionId: string
Example:
GOLD-18006722531 -
otherPhone: string
Example:
18003922999 -
personalOrg: boolean
Example:
true -
phone: string
Example:
16505067000 -
postalCode: string
Example:
94065 -
provisioningJobs: array
provisioningJobs
The list of background jobs run for the organization.
-
roleTypes: array
roleTypes
A list of business types or roles the organization is involved.
-
stateName: string
Example:
CA -
tenantOwned: boolean
Example:
false -
tradingName: string
Example:
My Org Trading Name -
webUrlAddress: string
Example:
www.oracle.com
Nested Schema : provisioningJobs
Type:
arrayThe list of background jobs run for the organization.
Show Source
-
Array of:
object ProvisioningJob
The list of background jobs run for the organization.
Nested Schema : roleTypes
Type:
arrayA list of business types or roles the organization is involved.
Show Source
-
Array of:
string
A list of business types or roles the organization is involved.
Nested Schema : ProvisioningJob
Type:
objectThe list of background jobs run for the organization.
Show Source
-
id: integer
(int64)
A system generated id for the job.Example:
2001 -
metadata: object
metadata
Additional Properties Allowed: additionalPropertiesThis attribute gives the context of the job.
-
status: string
Job statusExample:
NEW, RUNNING, FAILED -
type: string
Job type
Nested Schema : metadata
Type:
objectAdditional Properties Allowed
Show Source
-
string
This attribute gives the context of the job.
This attribute gives the context of the job.
500 Response
An unexpected error occurred.