Cloud Platform Current Version
- Cloud Platform Current Version
- All Products
https://dm-us.informaticacloud.com/saas/public/core/v3/login
https://dm-em.informaticacloud.com/saas/public/core/v3/login
https://dm-ap.informaticacloud.com/saas/public/core/v3/login
Field
| Type
| Required
| Description
|
---|---|---|---|
username
| String
| Yes
| Informatica Intelligent Cloud Services user name.
Maximum length is 255 characters.
|
password
| String
| Yes
| Informatica Intelligent Cloud Services password.
Maximum length is 255 characters.
|
Field
| Type
| Description
|
---|---|---|
products
| Collection
| Subscribed Informatica products.
|
name
| String
| Product name.
|
baseApiUrl
| String
| Returned in the product object.
Base API URL for the product. Use in REST API requests.
|
userInfo
| Collection
| User information.
|
sessionId
| String
| Returned in the userInfo object.
REST API session ID for the current session. Use in most REST API request headers.
|
id
| String
| Returned in the userInfo object.
User ID.
|
name
| String
| User name.
|
parentOrgId
| String
| Organization ID for the parent organization.
|
orgId
| String
| Returned in the userInfo object.
ID of the organization the user belongs to.
22 characters.
|
orgName
| String
| Returned in the userInfo object.
Organization name.
|
groups
| Collection
| User group information for the user.
|
status
| String
| Status of the user.
Returns one of the following values:
|
POST https://dm-us.informaticacloud.com/saas/public/core/v3/login Content-Type: application/json Accept: application/json { "username": "user@informatica.com", "password": "mypassword" }
{ "products": [ { "name": "Integration Cloud", "baseApiUrl": "https://pod.clouddev.informaticacloud.com/saas" } ], "userInfo": { "sessionId": "9KA11tLGqxVcGeul8SQBK3", "id": "9L1GFroXSDHe2IIg7QhBaT", "name": "user", "parentOrgId": "52ZSTB0IDK6dXxaEQLUaQu", "orgId": "0cuQSDTq5sikvN7x8r1xm1", "orgName": "MyOrg_INFA", "groups": {}, "status": "Active" } }
GET https://pod.clouddev.informaticacloud.com/saas/public/core/v3/license/org/0cuQSDTq5sikvN7x8r1xm1 Content-Type: application/json Accept: application/json INFA-SESSION-ID: 9KA11tLGqxVcGeul8SQBK3
Updated August 04, 2022