How to call SCIM APIs from Custom Agents?
Summary:
I am trying to make a call like this from a Business Object (Resource Type = Others)
/hcmRestApi/scim/Users?filter=displayName%20eq%20"{User_Name}"
User_Name parameter is also defined. My idea is: I will pass the user name to the agent and agent will fetch me relevant details like Roles etc.
This is not working. However, if I hard code the User Name then the call is working fine. Anyone can help in this regard?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):