Administrator
- Administrator
- All Products
/public/core/v3/Orgs/<organization ID>/removeGroupMappings
Field
| Type
| Required
| Description
|
---|---|---|---|
groupMappings
| Array
| yes
| Object that defines the
Informatica Intelligent Cloud Services role and SAML group mappings.
|
roleName
| String
| yes
| Include in the groupMappings object.
Name of the
Informatica Intelligent Cloud Services role.
|
samlGroupNames
| String
| yes
| Include in the groupMappings object.
Names of the SAML groups to remove.
|
PUT <baseApiUrl>/public/core/v3/Orgs/6MRgiMIfvdRfCCLITrLCcI/removeSamlGroupMappings Accept: application/json INFA-SESSION-ID: 9KA11tLGqxVcGeul8SQBK3 { "groupMappings": [ { "roleName": "Admin", "samlGroupNames": "Administrators" } ] }