Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,455 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This is the resource that I return that causes this issue, when I remove the $ref attribute from the members list I no longer get the error. But, including the $ref attribute lets all the other patch requests pass without issue. Any idea what might be causing this and any fixes I could include. I want to be able to keep the $ref attribute in the resource.
{
"displayName": "YFIFUBFTOIAO",
"externalId": "23ff8dcc-5c79-499c-942d-4a117ded8c4c",
"id": "Oek9Jepb52bWXQ-RLAwlQ-iApRoQ-aCB9HwEpiDw",
"members": [
{
"$ref": "http://localhost:80/scim/v2/Groups/dSl5LTNlu0e6Qw-pDpMaQ-vV3y9Q-8l5KXIqaS50",
"value": "dSl5LTNlu0e6Qw-pDpMaQ-vV3y9Q-8l5KXIqaS50"
},
{
"$ref": "http://localhost:80/scim/v2/Groups/6TuK1tubgOkcuw-7PYaLg-tblI1w-2o9wdDI_pqc",
"value": "6TuK1tubgOkcuw-7PYaLg-tblI1w-2o9wdDI_pqc"
}
],
"meta": {
"created": 1732726116,
"location": "http://localhost:80/scim/v2/Groups/Oek9Jepb52bWXQ-RLAwlQ-iApRoQ-aCB9HwEpiDw",
"lastModified": 1732726116,
"resourceType": "Group"
},
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group"
]
}