Boomi MFT - AFT Management API Reference (v1) - AdminSsoMapping
Download OpenAPI Specification: Download
Retrieves all single sign-on (SSO) mapping configurations
Authorizations:
ApiKeyBearer
Responses
Response Schema:
Array
| id | integer <int32> |
| customerId | integer <int32> |
| attributeName | string or null |
| attributeValue | string or null |
| isDefault | boolean |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| organizationIds | Array of integers or null <int32> [ items <int32 > ] |
| roleIds | Array of integers or null <int32> [ items <int32 > ] |
Response samples
- 200
- 403
Content type
No sample
Creates a new single sign-on (SSO) mapping configuration
Authorizations:
ApiKeyBearer
Request Body schema:
SSO mapping configuration details for identity provider integration
| id | integer <int32> |
| customerId | integer <int32> |
| attributeName | string or null |
| attributeValue | string or null |
| isDefault | boolean |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| organizationIds | Array of integers or null <int32> [ items <int32 > ] |
| roleIds | Array of integers or null <int32> [ items <int32 > ] |
Responses
Response Schema:
| id | integer <int32> |
| customerId | integer <int32> |
| attributeName | string or null |
| attributeValue | string or null |
| isDefault | boolean |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| organizationIds | Array of integers or null <int32> [ items <int32 > ] |
| roleIds | Array of integers or null <int32> [ items <int32 > ] |
Request samples
- Payload
Content type
{- "id": 0,
- "customerId": 0,
- "attributeName": "string",
- "attributeValue": "string",
- "isDefault": true,
- "createdBy": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "deletedBy": "string",
- "deletedDate": "2019-08-24T14:15:22Z",
- "organizationIds": [
- 0
], - "roleIds": [
- 0
]
}Response samples
- 200
- 400
- 403
Content type
No sample
Updates an existing single sign-on (SSO) mapping configuration
Authorizations:
ApiKeyBearer
Request Body schema:
Updated SSO mapping configuration details
| id | integer <int32> |
| customerId | integer <int32> |
| attributeName | string or null |
| attributeValue | string or null |
| isDefault | boolean |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| organizationIds | Array of integers or null <int32> [ items <int32 > ] |
| roleIds | Array of integers or null <int32> [ items <int32 > ] |
Responses
Response Schema:
| id | integer <int32> |
| customerId | integer <int32> |
| attributeName | string or null |
| attributeValue | string or null |
| isDefault | boolean |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| organizationIds | Array of integers or null <int32> [ items <int32 > ] |
| roleIds | Array of integers or null <int32> [ items <int32 > ] |
Request samples
- Payload
Content type
{- "id": 0,
- "customerId": 0,
- "attributeName": "string",
- "attributeValue": "string",
- "isDefault": true,
- "createdBy": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "deletedBy": "string",
- "deletedDate": "2019-08-24T14:15:22Z",
- "organizationIds": [
- 0
], - "roleIds": [
- 0
]
}Response samples
- 200
- 400
- 403
Content type
No sample
Retrieves a specific single sign-on (SSO) mapping configuration
Authorizations:
ApiKeyBearer
path Parameters
| id required | integer <int32> Unique identifier of the SSO mapping |
Responses
Response Schema:
| id | integer <int32> |
| customerId | integer <int32> |
| attributeName | string or null |
| attributeValue | string or null |
| isDefault | boolean |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| organizationIds | Array of integers or null <int32> [ items <int32 > ] |
| roleIds | Array of integers or null <int32> [ items <int32 > ] |
Response samples
- 200
- 403
- 404
Content type
No sample
Updates multiple single sign-on (SSO) mapping configurations in bulk
Authorizations:
ApiKeyBearer
Request Body schema:
List of SSO mapping configurations to update
Array
| id | integer <int32> |
| customerId | integer <int32> |
| attributeName | string or null |
| attributeValue | string or null |
| isDefault | boolean |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| organizationIds | Array of integers or null <int32> [ items <int32 > ] |
| roleIds | Array of integers or null <int32> [ items <int32 > ] |
Responses
Response Schema:
Array
| id | integer <int32> |
| customerId | integer <int32> |
| attributeName | string or null |
| attributeValue | string or null |
| isDefault | boolean |
| createdBy | string or null |
| createdDate | string or null <date-time> |
| updatedBy | string or null |
| updatedDate | string or null <date-time> |
| deletedBy | string or null |
| deletedDate | string or null <date-time> |
| organizationIds | Array of integers or null <int32> [ items <int32 > ] |
| roleIds | Array of integers or null <int32> [ items <int32 > ] |
Request samples
- Payload
Content type
[- {
- "id": 0,
- "customerId": 0,
- "attributeName": "string",
- "attributeValue": "string",
- "isDefault": true,
- "createdBy": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "deletedBy": "string",
- "deletedDate": "2019-08-24T14:15:22Z",
- "organizationIds": [
- 0
], - "roleIds": [
- 0
]
}
]Response samples
- 200
- 400
- 403
Content type
No sample
Was this topic helpful?