Account
Get user info
Returns basic info about the current user.
get/whoami
Response
Info about the current user.
Example response
{
"name": "John Doe",
"loginId": "user@example.com",
"pictureLink": "https://cdn.coda.io/avatars/default_avatar.png",
"tokenName": "My API token",
"href": "https://docs.superhuman.com/apis/v1beta/whoami",
"workspace": {
"id": "ws-1Ab234",
"organizationId": "org-2Bc456",
"browserLink": "https://docs.superhuman.com/docs?workspaceId=ws-1Ab234",
"name": "My workspace"
}
}