Skip to content

Instantly share code, notes, and snippets.

@alejofernandez
Created May 24, 2016 15:35
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 alejofernandez/ecfd3f5a93a13421b15787109d64bd47 to your computer and use it in GitHub Desktop.
Save alejofernandez/ecfd3f5a93a13421b15787109d64bd47 to your computer and use it in GitHub Desktop.
Auth0 API v2 user deletion log event schema
{
"date": "2016-01-26T15:28:56.917Z",
"type": "sapi",
"description": "Delete a user",
"client_id": "pKQGTP76kIsWpX0z5x9OIUHbC2m9N5sq",
"client_name": "",
"ip": "127.0.0.1",
"details": {
"request": {
"method": "delete",
"path": "/api/v2/users/auth0%7C56a78fcdfcd3a5454f1cebd7",
"query": {},
"body": {},
"channel": "https://manage.auth0.com/",
"ip": "127.0.0.1",
"auth": {
"user": {
"user_id": "google-apps|foo.bar@auth0.com",
"name": "Foo Bar",
"email": "foo.bar@auth0.com"
},
"strategy": "jwt",
"credentials": {
"jti": "d09f5bf3b833ae9702445b9735c90a31",
"scopes": [ "delete:users" ]
}
}
},
"response": {
"statusCode": 204,
"body": {}
}
},
"user_id": "google-apps|foo.bar@auth0.com",
"_id": "49556546372838376109201870571139992524872789544042233858"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment