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

Create Dynamic Attr in endpoint with API

ejeong
Valued Contributor
Valued Contributor

Can we create / update dynamic attr in endpoint level with API? 

if so, please share api and reqeust body

1 REPLY 1

rushikeshvartak
All-Star
All-Star
{
    "securitysystem": "Azure AD Rushi",
    "endpoint": "Azure AD Rushi",
    "updateuser": "137658",
    "dynamicattributes": [
        {
            "accountscolumn": "customproperty1",
            "hideoncreate": "false",
            "attributegroup": "group",
            "orderindex": "1",
            "requesttype": "ACCOUNT",
            "actionstring": "action string",
            "editable": "true",
            "attributename": "air9",
            "hideonupdate": "false",
            "actiontoperformwhenparentattributechanges": "",
            "defaultvalue": "default",
            "attributelable": "dyn attr label",
            "required": "false",
            "attributetype": "BOOLEAN",
            "regex": "",
            "attributevalue": "",
            "showonchild": "false",
            "Parentattribute": "parent",
            "descriptionascsv": "desc"
        }
    ]
}

 

 

https://documenter.getpostman.com/view/20697337/2s93sgXWAt#075f1dfb-e680-4600-ba84-929434f7fe95

rushikeshvartak_0-1692588239086.pngrushikeshvartak_1-1692588246128.png

 


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