Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

RandomGUID Generation for REST connector

ag420
Regular Contributor
Regular Contributor

Hello All,

Is there any default Saviynt method which can be used to generate random GUID for a REST connection i am working on?

Basically, we need to pass on a random unique GUID to the endpoint API as a header everytime we are making a call.

Some examples of Default Saviynt methods i have seen are -

${com.saviynt.ecm.identitywarehouse.domain.Users.get(user?.manager)?.username} 

${com.saviynt.ecm.identitywarehouse.domain.Users.get(user?.manager)?.customproperty21} 

This or any other OOTB way we can generate a guid

Thanks in advanced 🙂

1 REPLY 1

rushikeshvartak
All-Star
All-Star

${java.util.UUID.randomUUID().toString()}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.