IdentityService in SailPoint

IdentityService in SailPoint is service layer which interact with identities in SailPoint. With IdentityService various actions can be performed on any identity in SailPoint.

IdentityService is the class in SailPoint which extends java.lang.Object. IdentityService is present in sailpoint.api.IdentityService package in SailPoint.

Popular methods of IdentityService

countLinks(Identity identity) – It returns the number of links any given identity has.


countLinks(Identity identity,Application application) – It returns the number of links any given identity has in application.


getLinks(Identity identity, Application application) – It returns all the link of given identity in given application. it returns the list.


Scroll to Top