How to pass user attributes in disconnected application accounts

Jaya
Regular Contributor II
Regular Contributor II

Hi Team,

For disconnected application , by default only few user attributes are passed to user account like account name, account username, created on, account ID.

I wanted to pass more user attributes while account creation like Display name, please suggest where these can be added.

Thanks
Jaya Karothia
6 REPLIES 6

sk
All-Star
All-Star

@Jaya : You have to create dynamic attributes and then map them to account attributes


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

Jaya
Regular Contributor II
Regular Contributor II

Thanks @sk and @SumathiSomala 

Tasks for disconnected applications are getting created automatically via Enterprise Roles, so I just need confirmation will dynamic attribute automatically pick user display name or it can be used only while requesting it through ARS.

To be more clear - I wanted to use existing account attribute Display name to pass user's display name because as per existing configuration Display name is blank for all disconnected applications accounts.

Jaya_0-1700226988001.png

 

 

Thanks
Jaya Karothia

SumathiSomala
Regular Contributor III
Regular Contributor III

To update display name use schema upload or file based import  for bulk update.

Regards,
Sumathi Somala

Jaya
Regular Contributor II
Regular Contributor II

I did bulk upload for existing accounts.

But going forward I want it to fill user's display name automatically, as I said task generation is automated via Enterprise Role & bulk upload will be manual task for us that we wanted to avoid.

 

Thanks
Jaya Karothia

@Jaya : Yes you can still achieve it through DA but make sure that you have provided default value and use single select query as attribute and build a query to pull displayname from user attribute and use same query in default value as well


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

SumathiSomala
Regular Contributor III
Regular Contributor III

Create Dynamic attributes in application/endpoint

Regards,
Sumathi Somala