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

Create ADGroup with Description

Joon
Regular Contributor II
Regular Contributor II

Hello All,

I would like to create AD groups by API with appropriate descriptions.

here's the Json in the body, but the description is still empty in the entitlement.

Can anyone please help to add a description to the entitlement?

{
    "accesstype": "roles",
    "requestor": "AA000002",
    "displayname": "RBAC_Joon_Test02",
    "roletype": "ADGroup",
    "entitlementtype": "memberOf",
    "description":"DESCRIPTION TEST",
    "suffix": "RBAC_Joon_Test02,OU=Role Based Groups,OU=Global IT Support Groups",
    "requesttype": "create",
    "category": "Security",
    "securitysystem": "-",
    "endpoint": "-",
    "domain": "DC=-,DC=on,DC=net",
    "environment": "Prod",
    "application": "DC=-,DC=on,DC=net",
    "owner": [
        {
            "ownername": "AA000001",
            "rank": "1"
        }
    ],
    "accounts": [
                {
                "accountname":"user1",
                "updatetype":"add"
                }
]
}

Joon_0-1698679730385.png

 

5 REPLIES 5

SumathiSomala
All-Star
All-Star

Refer the SSM API document.

Saviynt Security Manager API Reference v5.5 SP3 (getpostman.com)

SumathiSomala_0-1698726778739.png

 

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.

rushikeshvartak
All-Star
All-Star

which api is used here , share postman screenshot


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

Joon
Regular Contributor II
Regular Contributor II

Hello Rushikesh,

Here's what I did in Postman

Joon_0-1698727930850.png

 

Do you have description field on gsp


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

Joon
Regular Contributor II
Regular Contributor II

I am not sure it's related to gsp,  but I can see the description field in UI, and works fine.

Joon_1-1698728813449.png