Returns information about a specified user.
Request URL
GET https://use.cloudshare.com/API/v2/Env/whoAmI?userId=<user>&UserApiId=<id>&token=<token>×tamp=<time>&HMAC=<signature>
Parameters
| userId | Id of the user for which the information will be obtained. This is the userApiId for the user. For information about one’s self, use the value ‘IDENTITY’. |
Response example
{
"data": {
"company": "google",
"email": "john@google.com",
"first_name": "john",
"job_title": "manager",
"last_name": "smith",
"phone": "111-1234567"
},
"remaining_api_calls": 100000,
"status_additional_data": null,
"status_code": "0x20000",
"status_text": "Success"
}