Import Identity Profiles
POST {{baseUrl}}/identity-profiles/import
This imports previously exported identity profiles.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"infos": [
{
"key": "UNKNOWN_REFERENCE_RESOLVER",
"text": "Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]",
"details": {
"details": "message details"
}
},
{
"key": "UNKNOWN_REFERENCE_RESOLVER",
"text": "Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]",
"details": {
"details": "message details"
}
}
],
"warnings": [
{
"key": "UNKNOWN_REFERENCE_RESOLVER",
"text": "Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]",
"details": {
"details": "message details"
}
},
{
"key": "UNKNOWN_REFERENCE_RESOLVER",
"text": "Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]",
"details": {
"details": "message details"
}
}
],
"errors": [
{
"key": "UNKNOWN_REFERENCE_RESOLVER",
"text": "Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]",
"details": {
"details": "message details"
}
},
{
"key": "UNKNOWN_REFERENCE_RESOLVER",
"text": "Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]",
"details": {
"details": "message details"
}
}
],
"importedObjects": [
{
"type": "SOURCE",
"id": "2c9180835d191a86015d28455b4b232a",
"name": "HR Active Directory"
},
{
"type": "SOURCE",
"id": "2c9180835d191a86015d28455b4b232a",
"name": "HR Active Directory"
}
]
} |
ENDPOINTS