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

REST ImportAccountEntJSON entitlement mapping to accounts

VergelVega
New Contributor
New Contributor

Will I be able to import account entitlements in Saviynt if I'm getting an empty 'member' list?

The IAM Identity Center SCIM implementation does not support the following aspects of this API operation.

The group in AWS has members  but it will not return the list of members in Postman.

I'm wondering if this is the reason why acctEntParams in ImportAccountEntJSON is not working. Here's the response from Postman.

{
    "totalResults": 4,
    "itemsPerPage": 4,
    "startIndex": 1,
    "schemas": [
        "urn:ietf:params:scim:api:messages:2.0:ListResponse"
    ],
    "Resources": [
        {
            "id": "5448b448-2061-7049-6f52-7d596c194749",
            "meta": {
                "resourceType": "Group",
                "created": "2022-10-07T02:22:57Z",
                "lastModified": "2022-10-07T02:22:57Z"
            },
            "schemas": [
                "urn:ietf:params:scim:schemas:core:2.0:Group"
            ],
            "displayName": "IAMGroupTest2",
            "members": []
        },
2 REPLIES 2

garimasharma
Saviynt Employee
Saviynt Employee

Yes, you need to have the members list in the Postman response as well.

rushikeshvartak
All-Star
All-Star

If target application does not support api then data won’t come to saviynt 


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