GET /api/account/list

Replaced by GET /v3/accounts

End of life 31/12/2023

surely /v3/accounts is not a replacement for /api/account/list ?

How are you meant to get a list of accounts for a given identity?

Ideally I would think this would be on the /beta/identities API - eg
GET /beta/identities/:id/accounts

I would love it if that endpoint existed

list-accounts | SailPoint Developer Community provides a filter param to get accounts by identityId. To get all accounts for an identity, you can use the following query:

GET https://{tenant}.api.identitynow.com/v3/accounts?filters=identityId eq "2c9180858082150f0180893dbaf44201"

Oh thank you so much!!! I should really read more carefully before replying :slight_smile:

No worries at all. That’s what we’re here for :slight_smile: