Identity Processing -

Hi Folks, I need to process all my identities coming from my auth source (2000+ accounts). Since there is no change in the identity profile, the ‘Apply Changes’ button is not workable. I also should not use the API to refresh. Could you please suggest a way to process these identities?

@Gopi2000 I would have changed the mapping for the least significant identity attribute and restored it to its initial state.

For example, suppose that the postal code of the Auth source is linked to the identity attribute zipCode.I would have changed the mapping of zipCode to a random property and then back to postalCode.The apply changes button would appear in the upper right corner in this manner.

@Gopi2000 you can try to modify any attribute of less importance in the profile it will again come

@amishra97 @schattopadhy Is there any possibility without touching Identity Profile

@Gopi2000 You can run unoptimized aggregation for the auth source.

Account aggregation

Run the unoptimized aggregation of Auth source by using VS Code ISC plugin. Anyway it uses API internally. Otherwise I don’t see any other option to process all identities in an identity profile without touching it and without using API.

The best option (in my opinion) is to run the ‘Process Identities under Identity Profile’ API endpoint: /v2025/identity-profiles/:identity-profile-id/process-identities

hi @Gopi2000 ,

One way to do the automated processing for your identities coming from auth source is by configuring nextprocessing identity attribute. This will process the identity at the specified time. So, based on your use case you may configure the time when you want to run identity processing. Here is the complete details about this Time Based processing.