Core/WhoAmI
Returns the user name for the identity context of the person making the request. Useful for identifying the credentials of the currently-connected user.
| Value | Notes | |
|---|---|---|
| URI | {Service Root URI}/Core/WhoAmI e.g. https://api.denallix.com:443/K2Services/REST.svc/Core/WhoAmI |
|
| Method | GET | |
| Return Type |
String or Failure |
|
| Return Example | <string>DENALLIX\Anthony</string>
|