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

Update accountNameRule in advanced config using REST API

Lynn
New Contributor III
New Contributor III


Hi Team,

I am having an issue of updating the AccountName Rule in Advanced config using REST API.

Below is the Json file I used to create the endpoint.

{
"endpointname": "HoS_Endpiont",
"displayName": "HoS_Endpiont",
"securitysystem": "HoS_System",
"accountNameRule": "concat('T', users.username)"
}

The endpoint was created successfully. but the accountNameRule seemed not correct. when I click the Edit button for account name rule.
I did not see the advanced config window, instead I saw the following:

Lynn_0-1711425310454.png

 

 

if I update accountNameRule in basic config mode, it was updated correctly.

Is the format I used correct for advanced config mode?

Many thanks.
Lynn

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

{
"endpointname": "HoS_Endpiont",
"displayName": "HoS_Endpiont",
"securitysystem": "HoS_System",
"accountNameRule": "ADV:concat('T', users.username)"
}

 

rushikeshvartak_0-1711427053134.png

rushikeshvartak_1-1711427059907.png

 


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

Lynn
New Contributor III
New Contributor III

Hi Rushikeshvartak,

It worked like a charm.

Thanks a lot,

Lynn