API to move the access profiles

Hi @ssel , please try with the following payload:

[
    {
        "op": "add",
        "path": "/accessProfiles",
        "value": [
            {
                "id": "accesprofile_Id1"
            },
            {
                "id": "accesprofile_Id2"
            }
        ]
    }
]

Note: It replaces the access profiles that already exist in the role, so make sure to include the access profile Ids that are already part of the role in the payload.

Regards,

Prashanth

1 Like