{
"active": true,
"displayName": "Jon Doe",
"emails": [
{
"primary": true,
"value": "someone@example.com"
},
{
"primary": false,
"value": "another@example.com"
}
],
"externalId": "a7b0f98395",
"groups": [
{
"display": "string",
"value": "string"
}
],
"id": "1b78eada-9baa-11e6-9eb6-a431576d590e",
"meta": {
"created": "2019-01-24T22:45:36.000Z",
"lastModified": "2019-01-24T22:45:36.000Z",
"location": "https://api.github.com/scim/v2/organizations/myorg-123abc55141bfd8f/Users/c42772b5-2029-11e9-8543-9264a97dec8d",
"resourceType": "User"
},
"name": {
"familyName": "User",
"givenName": "Jane"
},
"operations": [
{
"op": "replace",
"value": {
"active": false
}
}
],
"organization_id": 0,
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"userName": "someone@example.com"
}