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

Listing SCIM tokens

Listing SCIM tokens

Use the scimTokens resource to request details about the SCIM tokens used by the organization.

GET request

To get a list of all SCIM tokens used by the organization, use the following URI:
/public/core/v3/scimTokens

GET response

If successful, returns each SCIM token used by the organization and its expiration date.
Returns the error object if errors occur.

GET example

To list the SCIM tokens used by your organization, you might use the following request:
GET <baseApiUrl>/public/core/v3/scimTokens
A successful response might look like the following example:
[ { "id": "im2hLfwsRCvl6WG64Geqi0", "value": "8fiXOaFR**************", "expiry": "2025-04-28T21:05:31.000Z", "status": "active" } ]

0 COMMENTS

We’d like to hear from you!