Created
December 6, 2016 20:19
-
-
Save katienreed/7ef15d9211c7838d0fee7e0eebb04875 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"profiles": [ | |
{ | |
"schema": "[urn:ietf:params:scim:schemas:core:2.0:User]", | |
"id": "afdb3344-84dd-409a-a013-834269be1312", | |
"userName": "[email protected]", | |
"name": { | |
"formatted": "Edward Burnett", | |
"familyName": "Burnett", | |
"givenName": "Edward", | |
"middleName": "Turnt" | |
}, | |
"displayName": "Ed Burnett", | |
"nickName": "Ed", | |
"title": "Software Engineer", | |
"userType": "Full Time", | |
"userStatus": "Active Employee", | |
"active": true, | |
"emails": { | |
"work": "[email protected]", | |
"personal": "[email protected]" | |
}, | |
"phoneNumbers": { | |
"workMain": "1-855-626-3591", | |
"workDirect": "1-855-626-3591", | |
"workPhone": "1-855-626-3591", | |
"fax": "1-855-626-3591", | |
"workMobile": "1-855-626-3591", | |
"home": "1-800-", | |
"mobile": "1-800-" | |
} | |
}], | |
"meta": [{ | |
"resourceType": "User", | |
"created": "2016-09-22T05:59:39.633-04:00", | |
"lastModified": "2016-12-05T19:02:16.543-05:00", | |
"version": "W/\"3694e05e9dff591\"" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment