GetUser Method
Last updated
Last updated
GET /api/User/u-00000001 HTTP/1.1
Host: api.skeddly.com
Authorization: AccessKey <api key>curl "https://api.skeddly.com/api/Users/u-00000001" \
-H "Authorization: AccessKey <api key>"{
"emailAddress": "[email protected]",
"lastAccessDate": "2016-06-09T11:00:00Z",
"mfaType": "google-auth",
"status": "enabled",
"userId": "u-00000001",
"username": "user1"
}