Hello,
Given i have a User with Entitlements linked to it :
{
"id": "a0fd160c-16d0-4968-8f50-f2c98bf1ee35",
"active": true,
"entitlements": [
{
"value": "e42509c7-9546-4fb6-9d0d-e43fe9cef29c",
"display": "ABC",
"type": "Entitlement"
}
]
}
When i do a patch of the Entitlement :
{ "schemas":
["urn:ietf:params:scim:api:messages:2.0:PatchOp"],
"Operations":[
{
"op":"replace",
"path": "displayName",
"value": "QWERTY"
}
]
}
The display property in the entitlements of the user does not reflect the new name.
Could you please have a look ?
Regards
Bogdan
Hello,
Given i have a User with Entitlements linked to it :
{
"id": "a0fd160c-16d0-4968-8f50-f2c98bf1ee35",
"active": true,
"entitlements": [
{
"value": "e42509c7-9546-4fb6-9d0d-e43fe9cef29c",
"display": "ABC",
"type": "Entitlement"
}
]
}
When i do a patch of the Entitlement :
{ "schemas":
["urn:ietf:params:scim:api:messages:2.0:PatchOp"],
"Operations":[
{
"op":"replace",
"path": "displayName",
"value": "QWERTY"
}
]
}
The display property in the entitlements of the user does not reflect the new name.
Could you please have a look ?
Regards
Bogdan