Platform
- Platform
- All Products
/public/core/v3/Orgs/<organization ID>/addSamlGroupMappings
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 map to the
Informatica Intelligent Cloud Services role.
|
PUT <baseApiUrl>/public/core/v3/Orgs/6MRgiMIfvdRfCCLITrLCcI/addSamlGroupMappings Accept: application/json INFA-SESSION-ID: 9KA11tLGqxVcGeul8SQBK3 { "groupMappings": [ { "roleName": "Admin", "samlGroupNames": ["Security","Dev-Managers"] }, { "roleName": "Designer", "samlGroupNames": "Developers" } ] }
PUT <baseApiUrl>/public/core/v3/Orgs/6MRgiMIfvdRfCCLITrLCcI/addSamlGroupMappings Accept: application/json INFA-SESSION-ID: 9KA11tLGqxVcGeul8SQBK3 { "groupMappings": [ { "roleName": "Admin", "samlGroupNames": "Administrators" } ] }
Updated January 23, 2023