Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. Mass Ingestion Files REST API
  7. Mass Ingestion Streaming REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Platform resource quick reference

Platform resource quick reference

The following list contains the syntax and a brief description of the
Informatica Intelligent Cloud Services REST API
platform resources:
activityLog GET
Version 2 resource.
Returns information from the
Monitor
service.
Use the serverUrl from the login response as the base URL for one of the following URIs:
/api/v2/activity/activityLog/<id> /api/v2/activity/activityLog?runId=<runId> /api/v2/activity/activityLog?taskId=<taskId> /api/v2/activity/activityLog?offset=<offset> /api/v2/activity/activityLog?rowLimit=<row limit>
You can also use the activityLog to download error logs and session logs from the server.
Use the serverUrl from the login response for one of the following URIs:
/api/v2/activity/errorLog/<id> /api/v2/activity/activityLog/<Top_Level_Log_Entry_Id>/sessionLog?itemId=<child-log-entry-item-id>&childItemId=<child-log-entry-item-id>
activityMonitor GET
Version 2 resource.
Returns information from the
Monitor
service.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/activity/activityMonitor?details=<true|false>
agent GET
Version 2 resource.
Returns the details of a Secure Agent or of all Secure Agents in the organization. Also returns a Secure Agent install token and checksum download URL.
Use the serverUrl from the login response as the base URL for one of the following URIs:
  • To get Secure Agent details, use one of the following URIs:
    /api/v2/agent /api/v2/agent/<id> /api/v2/agent/name/<name>
  • To get a Secure Agent install token and checksum download URL, use the following URI:
    /api/v2/agent/installerInfo/<install platform>
agent DELETE
Version 2 resource.
Deletes a Secure Agent.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/agent/<id>
agentservice POST
Version 3 resource
Starts or stops a Secure Agent service.
Use the baseApiUrl from the login response as the base URL for the following URI:
public/core/v3/agent/service
auditlog GET
Version 2 resource.
Returns audit log entries.
Use the serverUrl from the login response as the base URL for one of the following URIs:
/api/v2/auditlog /api/v2/auditlog?batchId=<batchId>&batchSize=<batchSize>
bundleObject GET
Version 2 resource.
Returns the details of a bundle or the details of all published or installed bundles in the organization.
Use the serverUrl from the login response as the base URL for one of the following URIs:
/api/v2/bundleObject /api/v2/bundleObject/<id> /api/v2/bundleObject/name/<name> /api/v2/bundleObject/?published=true /api/v2/bundleObject/?published=true&installed=false /api/v2/bundleObject/?installed=true /api/v2/bundleObject/?published=false&installed=true
bundleObject POST
Version 2 resource.
Pushes a published private bundle to sub-organizations.
Use the serverUrl from the login response as the base URL in the following URI:
/api/v2/bundleObject/push/<bundleId>
bundleObjectLicense GET
Version 2 resource.
Returns the details of all bundles available to or installed on the organization.
Use the serverUrl from the login response as the base URL in the following URI:
/api/v2/bundleObjectLicense/
<bundleObjectId>
bundleObjectLicense POST
Version 2 resource.
Installs a bundle.
Use the serverUrl from the login response as the base URL in the following URI:
/api/v2/bundleObjectLicense/
Use a bundleObjectLicense object to define attributes. Include the following required attribute: bundleId.
bundleObjectLicense DELETE
Version 2 resource.
Uninstalls a bundle.
Use the serverUrl from the login response as the base URL in the following URI:
/api/v2/bundleObjectLicense?bundleObjectId=<bundleId>&updateOption=<updateOption>
ChangePassword POST
Version 3 resource.
Changes the password for the user who initiated the session or for a specified user.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/Users/ChangePassword
checkin POST
Version 3 resource.
Updates the repository with latest version of an object.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/checkin
checkout POST
Version 3 resource.
Checks out an object from the repository.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/checkout
commit GET
Version 3 resource.
Returns details for a commit.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/commit/<commit hash>
commitHistory GET
Version 3 resource.
Returns commit history for source-controlled objects with the latest commit listed first.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/commitHistory<parameters>
export POST
Version 3 resource.
Starts an export job and returns an export job ID.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/export
export GET
Version 3 resource.
Returns export status or the export package.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To receive status of an export job, use one of the following URIs:
    /public/core/v3/export/<id> /public/core/v3/export/<id>?expand=objects
  • To download the export job log, use the following URI:
    /public/core/v3/export/<id>/log
  • To receive a ZIP stream of the export package, use the following URI:
    /public/core/v3/export/<id>/package
fetchState POST
Version 3 resource.
Creates an object states package and returns a fetchState job ID.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/fetchState
fetchState GET
Version 3 resource.
Returns the status of the fetchState job or the object states package.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To receive status of a fetchState job, use one of the following URIs:
    /public/core/v3/fetchState/<id> /public/core/v3/fetchState/<id>?expand=objects
  • To receive a ZIP stream of the object states package, use the following URI:
    /public/core/v3/fetchState/<id>/package
folders POST
Version 3 resource.
Creates a folder in the Default project.
Use the baseApiUrl from the login response as the base URL in the following URI:
/public/core/v3/folders
folders PATCH
Version 3 resource.
Updates a folder that's in the Default project.
Use the baseApiUrl from the login response as the base URL in the following URI:
/public/core/v3/folders/<folder ID>
To create or update a folder that is not in the Default project and to delete a folder, use the projects resource.
import POST
Version 3 resource.
Uploads an import package or starts an import job.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To upload an import package, use the following URI:
    /public/core/v3/import/package
    For Content-Type, use multipart/form-data.
  • To specify details for an import job and start the job, use the following URI:
    /public/core/v3/import/<id>
import GET
Version 3 resource.
Returns status of an import job.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To receive status of an import job, use one of the following URIs:
    /public/core/v3/import/<id> /public/core/v3/import/<id>?expand=objects
  • To download the import job log, use the following URI:
    /public/core/v3/import/<id>/log
job POST
Version 2 resource.
Starts or stops a task and optionally provides job status.
Use the serverUrl from the login response as the base URL for one of the following URIs:
  • To start a task, use the following URI:
    /api/v2/job
  • To stop a task, use the following URI:
    /api/v2/job/stop
Do not use this resource for a
file ingestion
task. Instead, use the
file ingestion
job resource. For more information, see job resource.
key GET
Version 3 resource.
Returns key rotation interval details for an organization.
Use the baseApiUrl from the login response as the base URL in the following URI:
/public/core/v3/key/rotationSettings
key PATCH
Version 3 resource.
Changes the key rotation interval for an organization.
Use the baseApiUrl from the login response as the base URL in the following URI:
/public/core/v3/key/rotationSettings
license GET
Version 3 resource.
Returns the license details for the organization that you are logged in to or a specified sub-organization.
Use the baseApiUrl from the login response as the base URL in the following URI:
/public/core/v3/license/org/<id>
license PUT
Version 3 resource.
Updates license information for a sub-organization.
Use the baseApiUrl from the login response as the base URL in the following URI:
/public/core/v3/license/org/<id>
Use the orgLicenseAssignment object to update license information.
loadState POST
Version 3 resource.
Uploads an object states package ZIP file or loads the object states.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To upload an object states package, use the following URI:
    /public/core/v3/loadState/package
    For Content-Type, use multipart/form-data.
  • To specify details for a loadState job and start the job, use the following URI:
    /public/core/v3/loadState/<id>
loadState GET
Version 3 resource.
Returns status of a loadState job.
Use the baseApiUrl from the login response as the base URL and include the job ID in one of the following URIs:
/public/core/v3/loadState/<id> /public/core/v3/import/<id>?expand=objects
login POST
Version 3 resource.
Logs into an organization and returns a session ID that you use for API calls that you make during the session.
Use the following URL:
https://<cloud provider>-<region>.informaticacloud.com/saas/public/core/v3/login
For more information about the cloud provider and region, see Login.
Don't include INFA-SESSION-ID in the request header.
Use a login object and include the following fields: username, password.
logout POST
Version 3 resource.
Logs out of an organization and ends the REST API session included in the request header.
Use the same URL used for the login POST except for the API name. Use the following URI:
https://<cloud provider>-<region>.informaticacloud.com/saas/public/core/v3/logout
login POST
Version 2 resource.
Logs into an organization and returns a session ID that you use for API calls that you make during the session.
To log in with your
Informatica Intelligent Cloud Services
account, use the following URL:
https://<cloud provider>-<region>.informaticacloud.com/ma/api/v2/user/login
For more information about the cloud provider and region, see login.
Don't include icSessionId in the request header.
Use a login object and include the following fields: username, password.
loginSAML POST
Version 2 resource.
For SAML single sign-on users, logs into an organization and returns a session ID that you can use for other API calls.
To log in to an organization, use the following URL:
https://<cloud provider>-<region>.informaticacloud.com/ma/api/v2/user/loginSaml
For more information about the cloud provider and region, see login.
Don't include icSessionId in the request header.
Include the following required attributes in the login object: orgId, samlToken.
loginSf POST
Version 2 resource.
Logs into an organization using Salesforce credentials and returns a session ID that you can use for other API calls.
To log in to an organization, use the following URL:
https://<cloud provider>-<region>.informaticacloud.com/ma/api/v2/user/loginSf
For more information about the cloud provider and region, see login.
Don't include icSessionId in the request header.
Include the following required attributes in the login object: sfSessionId, sfServerUrl.
logout POST
Version 2 resource.
Logs out of an organization and ends the REST API session included in the request header.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/user/logout
logoutall POST
Version 2 resource.
Logs out of an organization and ends all version 2 REST API sessions for the organization.
Use the following URL:
https://<cloud provider>-<region>.informaticacloud.com/ma/api/v2/user/logoutall
Use a logout object to define attributes. Include the following required attributes: username, password.
Don't include icSessionId in the request header.
lookup POST
Version 3 resource.
Looks up an object's ID, name, path, or type attributes.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/lookup
objects GET
Version 3 resource.
Returns a list of an organization's assets based on query parameters and returns a list of object dependencies for a specified asset. Also returns permission details for an organization's assets, projects, and folders, and the access rights you have for an object.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To get a list of an organization's assets, use the following URI:
    /public/core/v3/objects?<parameters>
  • To get a list of object dependencies for an asset, use the following URI:
    /public/core/v3/objects/<id>/references?<parameters>
  • To get the details for a particular ACL, use the following URI:
    /public/core/v3/objects/<id>/permissions/<ACL ID>
  • To get the details for all permissions on an object, use the following URI:
    /public/core/v3/objects/<id>/permissions
  • To get the access rights that the logged-in user has for an object, use the following URI:
    /public/core/v3/objects/<id>/permissions/checkAccess
  • To find out if you can create a particular type of asset in a project or folder, use the following URI:
    /public/core/v3/objects/<id>/permissions/checkAccess?type=<type>
objects POST
Version 3 resource.
Creates or updates an access control list (ACL). ACLs define user or user group permissions to assets, folders, and projects.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To create an ACL for an object, use the following URI:
    /public/core/v3/objects/<id>/permissions
  • To update an ACL for an object, use the following URI:
    /public/core/v3/objects/<id>/permissions/<ACL ID>
objects DELETE
Version 3 resource.
Deletes a custom role.
Use the baseApiUrl from the login response as the base URL one of the following URIs:
  • To delete the permissions that a user or user group has for an object, use the following URI:
    /public/core/v3/objects/<id>/permissions/<ACL ID>
  • To delete all of the permissions configured for an object, use the following URI:
    /public/core/v3/objects/<id>/permissions
org GET
Version 2 resource.
Returns the details of your
Informatica Intelligent Cloud Services
organization or a related sub-organization.
Use the serverUrl from the login response as the base URL for one of the following URIs:
/api/v2/org/<id> /api/v2/org/name/<name>
org POST
Version 2 resource.
Updates the details of an
Informatica Intelligent Cloud Services
organization or a related sub-organization.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/org/<id>
Use an org object to define attributes.
org DELETE
Version 2 resource.
Deletes a related sub-organization.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/org/<id>
Orgs GET
Version 3 resource.
Returns a list of trusted IP address ranges for an
Informatica Intelligent Cloud Services
organization or sub-organization.
Use the baseApiUrl from the login response as the base URL for one of the following URI:
/public/core/v3/Orgs/<orgId>/TrustedIP
Orgs PUT
Version 3 resource.
Enables or disables trusted IP ranges and adds values of trusted IP ranges for an
Informatica Intelligent Cloud Services
organization or sub-organization. Also creates or removes mappings between SAML groups and roles and
Informatica Intelligent Cloud Services
roles.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To enable, disable, or add trusted IP ranges, use the following URI:
    /public/core/v3/Orgs/<orgId>/TrustedIP
  • To add a mapping between SAML groups and a
    Informatica Intelligent Cloud Services
    role, use the following URI:
    /public/core/v3/Orgs/<organization ID>/addSamlGroupMappings
  • To remove a mapping between SAML groups and a
    Informatica Intelligent Cloud Services
    role, use the following URI:
    /public/core/v3/Orgs/<organization ID>/removeSamlGroupMappings
  • To add a mapping between SAML roles and a
    Informatica Intelligent Cloud Services
    role, use the following URI:
    /public/core/v3/Orgs/<organization ID>/addSamlRoleMappings
  • To remove a mapping between SAML roles and a
    Informatica Intelligent Cloud Services
    role, use the following URI:
    /public/core/v3/Orgs/<organization ID>/removeSamlRoleMappings
privileges GET
Version 3 resource.
Returns a list of privileges that can be used in custom roles.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To get a list of enabled and default privileges, use the following URI:
    /public/core/v3/privileges
  • To get a complete list of enabled, disabled, default, and unassigned privileges, use the following URI:
    /public/core/v3/privileges?<parameters>
projects POST
Version 3 resource.
Creates a project. Also creates a folder in a project other than the Default project.
Use the baseApiUrl from the login response as the base URL in one of the following URIs:
  • To create a project, use the following URI:
    /public/core/v3/projects
  • To create a folder in a project other than the Default project, use one of the followng URIs:
    /public/core/v3/projects/<id>/folders /public/core/v3/projects/name/<name>/folders
projects PATCH
Version 3 resource.
Updates a project. Also updates a folder that's in a project other than the Default project.
Use the baseApiUrl from the login response as the base URL in one of the following URIs:
  • To update a project, use one of the following URIs:
    /public/core/v3/projects/<id> /public/core/v3/projects/name/<name>
  • To update a folder that's in a project other than the Default project, use one of the following URIs:
    /public/core/v3/projects/<id>/folders/<id> /public/core/v3/projects/name/<name>/folders/name/<name>
To create or update a folder that's in the Default project, use the folders resource.
projects DELETE
Version 3 resource.
Deletes a project or folder.
Use the baseApiUrl from the login response as the base URL in one of the following URIs:
  • To delete a project, use one of the following URIs:
    /public/core/v3/projects/<id> /public/core/v3/projects/name/<name>
  • To delete a folder that's in the Default project, use the following URI:
    /public/core/v3/projects/<folder ID>
  • To delete a folder that's in a project other than the Default project, use one of the following URIs:
    /public/core/v3/projects/<id>/folders/<id> /public/core/v3/projects/name/<name>/folders/name/<name>
pull GET
Version 3 resource.
The pull GET request that was used to get the status of a pull operation is deprecated. Use a sourceControlAction GET request to receive the status for a source control operation.
pull POST
Version 3 resource.
Retrieves objects from your repository and loads them into your organization.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/pull
pullByCommitHash POST
Version 3 resource.
Retrieves objects from your repository that were modified by a particular commit and loads them into your organization.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/pullByCommitHash
register POST
Version 2.
Creates an
Informatica Intelligent Cloud Services
sub-organization based on an
Informatica Intelligent Cloud Services
user account. For
Informatica Intelligent Cloud Services
partners only.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/user/register
Use a registration object to define attributes.
ResetPassword POST
Version 3 resource.
Resets the password for the user who initiated the session.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/Users/ResetPassword
roles GET
Version 3 resource.
Returns details for an organization's roles.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/roles
roles POST
Version 3 resource.
Creates a custom role.
Use the baseApiUrl from the login response as the base URL in the following URI:
/public/core/v3/roles
roles PUT
Version 3 resource.
Updates a custom role.
Use the baseApiUrl from the login response as the base URL in one of the following URIs:
  • To add privileges to a custom role, use one of the following URIs:
    /public/core/v3/roles/<id>/addPrivileges /public/core/v3/roles/name/<name>/addPrivileges
  • To remove privileges from a custom role, use one of the following URIs:
    /public/core/v3/roles/<id>/removePrivileges /public/core/v3/roles/name/<name>/removePrivileges
roles DELETE
Version 3 resource.
Deletes a custom role.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/roles/<id>
runtimeEnvironment GET
Version 2 resource.
Returns the details of the runtime environments used by the organization. You can also get details about Secure Agent service properties for Secure Agent groups.
Use the serverUrl from the login response as the base URL for one of the following URIs:
  • To get the details of the runtime environments used by the organization, use one of the following URIs:
    /api/v2/runtimeEnvironment /api/v2/runtimeEnvironment/<id> /api/v2/runtimeEnvironment/<name>
  • To find out which services and connectors are enabled for a Secure Agent group, use the following URI:
    /api/v2/runtimeEnvironment/<id>/selections
  • To get the enabled and disabled services and connectors for a Secure Agent group, use the following URI:
    /api/v2/runtimeEnvironment/<id>/selections/details
  • To get a list of editable Secure Agent service properties that you can configure for a Secure Agent group, use the following URI:
    /api/v2/runtimeEnvironment/<id>/configs/details/
    <platform>
  • To get a list of group-level properties that have overridden Secure Agent service default property settings, use the following URI:
    /api/v2/runtimeEnvironment/<id>/configs/
    <platform>
runtimeEnvironment POST
Version 2 resource.
Creates or updates a Secure Agent group.
Use the serverUrl from the login response as the base URL for one of the following URIs:
/api/v2/runtimeEnvironment /api/v2/runtimeEnvironment/<id>
runtimeEnvironment PUT
Version 2 resource.
Enables services and connectors and sets Secure Agent service properties for a Secure Agent group.
Use the serverUrl from the login response as the base URL for one of the following URIs:
  • To enable services and connectors for a Secure Agent group, use the following URI:
    /api/v2/runtimeEnvironment/<id>/selections
  • To configure Secure Agent service properties for a Secure Agent group, use the following URI:
    /api/v2/runtimeEnvironment/<id>/configs/
    <platform>
runtimeEnvironment DELETE
Version 2 resource.
Deletes a Secure Agent group or deletes Secure Agent service property settings for a Secure Agent group.
Use the serverUrl from the login response as the base URL for one of the following URIs:
  • To delete a Secure Agent group, use the following URI:
    /api/v2/runtimeEnvironment/<id>
  • To delete property settings for a Secure Agent group, use the following URI:
    /api/v2/runtimeEnvironment/<id>/configs
schedule GET
Version 3 resource.
Returns the details of a schedule or of all schedules in the organization.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To get the details for all schedules in the organization, use the following URI:
    /public/core/v3/schedule
  • To get the details for a specific schedule, use one of the following URIs:
    /public/core/v3/schedule/<id> /public/core/v3/schedule/<parameter>
schedule POST
Version 3 resource.
Creates a schedule.
Use the baseApiUrl from the login response as the base URL in the following URI:
/public/core/v3/schedule
schedule PATCH
Version 3 resource.
Updates a schedule.
Use the baseApiUrl from the login response as the base URL in the following URI:
/public/core/v3/schedule/<id>
schedule DELETE
Version 3 resource.
Deletes a schedule.
Use the baseApiUrl from the login response as the base URL in the following URI:
/public/core/v3/schedule/<id>
schedule GET
Version 2 resource.
Returns the details of a schedule or of all schedules in the organization.
Use the serverUrl from the login response as the base URL for one of the following URIs:
/api/v2/schedule/<id> /api/v2/schedule/name/<name>
schedule POST
Version 2 resource.
Creates or updates a schedule.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/schedule/<id>
To leverage full scheduling capabilities, use the version 3 schedule resource instead of the version 2 schedule resource.
schedule DELETE
Version 2 resource.
Deletes a schedule.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/schedule/<id>
securityLog GET
Version 3 resource.
Returns security log entries that include events such as login actions and permission changes.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/securityLog
serverTime GET
Version 2 resource.
Returns the local time for the
Informatica Intelligent Cloud Services
server.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/server/serverTime
sourceControlAction GET
Version 3 resource.
Returns the status of a source control operation for the specified object.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To get the status of a source control operation, use the following URI:
    /public/core/v3/sourceControlAction/<actionId>
  • To get the status for each object in a source control operation, use the following URI:
    /public/core/v3/sourceControlAction/<actionId>?expand=objects
TagObjects POST
Version 3 resource.
Assigns tags to an asset.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/TagObjects
task GET
Version 2 resource.
Returns a list of tasks of the specified type.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/task?type=<type>
undoCheckout POST
Version 3 resource.
Reverses a checkout and reverts the object to its original state.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/undoCheckout
UntagObjects POST
Version 3 resource.
Removes tags that were assigned to an asset.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/UntagObjects
user GET
Version 2 resource.
Returns the details of an
Informatica Intelligent Cloud Services
user account or of all user accounts in the organization.
Use the serverUrl from the login response as the base URL for one of the following URIs:
/api/v2/user/<id> /api/v2/user/name/<name>
To leverage full user management capabilities, use the version 3 users resource instead of the version 2 user resource. The version 3 users resource supports users, user groups, and roles. The version 2 user resource does not support user groups and roles, and a GET request might not return all users in the organization.
user POST
Version 2 resource.
Creates or updates an
Informatica Intelligent Cloud Services
user account.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/user/<id>
We recommend that you use the version 3 users resource, instead of using the version 2 user resource. The version 2 user resource doesn't support user groups or user roles.
user DELETE
Version 2 resource.
Deletes an
Informatica Intelligent Cloud Services
user account.
Use the serverUrl from the login response as the base URL for the following URI:
/api/v2/user/<id>
userGroups GET
Version 3 resource.
Returns details for all user groups in the organization or the details for a particular user group.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/userGroups
userGroups POST
Version 3 resource.
Creates an
Informatica Intelligent Cloud Services
user group.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
/public/core/v3/userGroups /public/core/v3/userGroups/<id>
userGroups PUT
Version 3 resource.
Updates an
Informatica Intelligent Cloud Services
user group.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To add a role to a user group, use one of the following URIs:
    /public/core/v3/userGroups/<id>/addRoles /public/core/v3/userGroups/name/<name>/addRoles
  • To remove a role from a user group, use one of the following URIs:
    /public/core/v3/userGroups/<id>/removeRoles /public/core/v3/userGroups/name/<name>/removeRoles
  • To add a user to a user group, use one of the following URIs:
    /public/core/v3/userGroups/<id>/addUsers /public/core/v3/users/name/<name>/addGroups
  • To remove a user from a user group, use one of the following URIs:
    /public/core/v3/userGroups/<id>/removeUsers /public/core/v3/users/name/<name>/removeGroups
userGroups DELETE
Version 3 resource.
Deletes an
Informatica Intelligent Cloud Services
user group.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/userGroups/<id>
users GET
Version 3 resource.
Returns details for all users in the organization or the details for a particular user.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
/public/core/v3/users /public/core/v3/users?<parameter>
users POST
Version 3 resource.
Creates an
Informatica Intelligent Cloud Services
user account.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/users
users PUT
Version 3 resource.
Updates role and user group assignments for a user.
Use the baseApiUrl from the login response as the base URL for one of the following URIs:
  • To assign a role to a user, use one of the following URIs:
    /public/core/v3/users/<id>/addRoles /public/core/v3/users/name/<name>/addRoles
  • To remove a role from a user, use one of the following URIs:
    /public/core/v3/users/<id>/removeRoles /public/core/v3/users/name/<name>/removeRoles
  • To assign a user group to a user, use one of the following URIs:
    /public/core/v3/users/<id>/addGroups /public/core/v3/users/name/<name>/addRGroups
  • To remove a user group assignment, use one of the following URIs:
    /public/core/v3/users/<id>/removeGroups /public/core/v3/users/name/<name>/removeGroups
users DELETE
Version 3 resource.
Deletes an
Informatica Intelligent Cloud Services
user account.
Use the baseApiUrl from the login response as the base URL for the following URI:
/public/core/v3/users/<id>

0 COMMENTS

We’d like to hear from you!