I can't seem to find details for the User provisioning API's patch user. They give the following format:
{ "schemas": [ "<string>" ], "operations": [ { "op": "<string>", "path": "<string>", "value": { "array": true, "null": true, "valueNode": true, "containerNode": true, "missingNode": true, "object": true, "nodeType": "ARRAY", "pojo": true, "number": true, "integralNumber": true, "floatingPointNumber": true, "short": true, "int": true, "long": true, "double": true, "bigDecimal": true, "bigInteger": true, "textual": true, "boolean": true, "binary": true, "float": true } } ] }
Schemas: I think might be one (or all) of these
"urn:scim:schemas:extension:atlassian-external:1.0", "urn:ietf:params:scim:schemas:core:2.0:User", "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User"
Operations.op: I have no idea what it is and there's no reference to a resource describing them.
Operations.path: Once again, I don't know the format. Maybe something like "name.familyName"?
Operations.value: If path points to the property, then I assume this is just the value for the property.
If I could get a real example or a resource that points out the missing information, that would help a ton.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.