Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

API Request from External System showing Null Firstname and Lastname

ranudeepreddy
New Contributor II
New Contributor II

I have been trying to call Create User Request API. A successful request is being created but the issue comes to point where I am able to see only Username, Role in Modification Details of Request Approval Page

All the other parameters(Firs name, Last name, City …) were not getting populated under Modification details.

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

is it stored under request_access_attrs table ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

NrupenM
New Contributor II
New Contributor II

Can you share the payload or request details?

ranudeepreddy
New Contributor II
New Contributor II

Thanks for your response.

I have figured it out! Attributes were missing in GC -> Identity LifeCycle -> Forms. I have added the attributes to match with user column and later this issue solved.