Contracts

Post Account Links Request Contract Attributes

The following contract attributes apply to both EncompassPostAccountLinksRequest and AIQPostAccountLinksRequest contracts.

AttributeDescription
schemas
object
Schemas to link the ICE MT product user (Encompass/DDA). Both core and product schemas must be included in each API call. Only one product schema is supported per API call. Supported schemas are the following:

- urn:ietf:params:scim:schemas:core:2.0:User
- urn:ietf:params:scim:schemas:extension:ice:2.0:AIQUser
- urn:ietf:params:scim:schemas:extension:[link]:ice:2.0:EncompassInternalUser

Required
userName
string
The ID the user will type when logging in. The ID can’t start with a period (.). The following characters can’t be used: (backslash),/ (forward slash), : (colon), * (asterisk), ? (question mark), “(quotation mark), < (less than) and > (greater than).

Max length :16

Required