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. File Ingestion and Replication REST API
  7. Streaming Ingestion and Replication 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

Creating a SCIM token

Creating a SCIM token

Use the scimTokens resource to create a SCIM token. If the organization already uses two tokens, you'll need to delete one before you can create a new token.

POST request

To create a SCIM token, use the following URI:
/public/core/v3/scimTokens

POST request example

To create a token, your request might look something like the following example:
POST <baseApiUrl>/public/core/v3/scimTokens

POST response

Returns the token response object for the token that you created.
Returns an error object if errors occur.
A successful response might look like the following example:
{ "id": "hTc5rzwEFKMh761VofJoG1", "value": "k7UxoAAAACMAAAACAQAAAAEBAgAAAAyufel1d7nvOzJh5khiVmxxXrnYJl1iR23aBQtVPKPLTiB0qqLCp-davEg50diXElP4-Q==0s3URI0up6Ebu4sLzgtSGC", "expiry": "2025-05-06T04:54:53.594Z", "status": "active" }

0 COMMENTS

We’d like to hear from you!