Skip to content

Instantly share code, notes, and snippets.

@thomaspoignant
Last active February 27, 2020 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomaspoignant/6c7893bd38066d3c9469567bc9d10f77 to your computer and use it in GitHub Desktop.
Save thomaspoignant/6c7893bd38066d3c9469567bc9d10f77 to your computer and use it in GitHub Desktop.
{ "schemas":
["urn:ietf:params:scim:api:messages:2.0:PatchOp"],
"Operations":[
{
"op":"add",
"path":"members",
"value":[
{
"display": "Babs Jensen",
"$ref":
"https://example.com/v2/Users/2819c223...413861904646",
"value": "2819c223-7f76-453a-919d-413861904646"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment