GET /api/source/getAccountSchema/

Replaced by

https://developer.sailpoint.com/idn/api/v3/list-source-schemas

This replacement will return all schemas, including the account and the group schemas. To filter by just the account schema, use the following query parameter.

https://sailpoint.api.identitynow.com/v3/sources/:sourceId/schemas?include-types=user

Is there a filter in the recommended API to filter only account schema ?

https://sailpoint.api.identitynow.com/v3/sources/:sourceId/schemas

Welcome to the Developer Community Raghav!

Yes, it turns out there is a query param to filter by the account schema. It is not explicitly documented, but we will update the API spec to make this clear for future users. In the meantime, you can use this query parameter to only return the account schema (AKA User Schema) on a source.

https://sailpoint.api.identitynow.com/v3/sources/:sourceId/schemas?include-types=user