Data Integration 
			
			- Data Integration
- All Products
 
           
      	
            
	
      public/core/v3/Orgs/<organization ID>/SAMLConfig/groupMappings?<query parameters>
| Parameter 
				   | Type 
				   | Description 
				   | 
|---|---|---|
| q 
				   | String 
				   | Query filter string. You can filter using one of the following fields: 
					  
 | 
| limit 
				   | Int 
				   | Maximum number of mappings to return. 
					  Default is 200. 
					  | 
| skip 
				   | Int 
				   | Number of mappings to skip in the results. 
					  For example, a value of 4 excludes the first four mappings. 
					  Default is 0. 
					  | 
| Field 
				   | Type 
				   | Operators 
				   | Description 
				   | 
|---|---|---|---|
| roleId 
				   | String 
				   | == 
				   | ID of the 
					  Informatica Intelligent Cloud Servicesrole. | 
| roleName 
				   | String 
				   | == 
				   | Name of the 
					  Informatica Intelligent Cloud Servicesrole. | 
| samlGroupNames 
				   | String 
				   | == 
				   | Name of the SAML group. 
				   | 
GET <baseApiUrl>/public/core/v3/Orgs/<organization ID>/SAMLConfig/groupMappings?q=roleId=="94207429" Content-Type: application/json Accept: application/json INFA-SESSION-ID: <SessionId>
| Field 
				   | Type 
				   | Description 
				   | 
|---|---|---|
| count 
				   | String 
				   | Number of group mappings available. 
				   | 
| groupMappings | - 
				   | Contains mapping information for each group mapping. 
				   | 
| roleId 
				   | String 
				   | ID of the 
					  Informatica Intelligent Cloud Servicesrole. | 
| roleName 
				   | String 
				   | Name of the 
					  Informatica Intelligent Cloud Servicesrole. | 
| samlGroupNames 
				   | String 
				   | Names of the SAML groups. 
				   | 
{ "count": 2, "groupMappings": [ { "roleId":"94207429", "roleName:"Admin", "samlGroupNames": [ "Security", "Dev-Managers" ] }, { "roleId":"149021", "roleName:"Monitor", "samlGroupNames": "Developers" } ] }