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