Hi Pratikshya
Welcome them to the SailPoint Developer Community!
I usually try on Postman before setting it up on IDN/IIQ. SCIM has set of standard endpoints to return values.
Service provider schemas MAY be returned from the “/Schemas” endpoint.
Try GET {{sp-scim-base-url}}/Schemas on Postman and validate if it returns any.
Schema
A collection of attribute definitions that describe the contents of an
entire or partial resource, e.g.,"urn:ietf:params:scim:schemas:core:2.0:User".
The attribute definitions specify the name of the attribute, and metadata such as type (e.g., string,
binary), cardinality (singular, multi, complex), mutability, and returnability.
Hi @pratikshyaT ,
Is it SCIM compliant server? As Antony mentioned you can use postman to validate the ServiceProviderConfig. - GET {{baseUrl}}/ServiceProviderConfig
You can use the endpoints GET {{baseUrl}}/ResourceTypes and GET {{baseUrl}}/Schemas/User can be used to see the exact Schema. If the application SCIM server is non- compliant , enable that in application