GET
/
api2
/
v1
/
auth
/
whoAmI
Who am I
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/auth/whoAmI
{
  "user": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>",
    "suiteIdentifier": "<string>"
  },
  "csrfToken": "<string>",
  "organization": {
    "id": "<string>",
    "uid": "<string>",
    "name": "<string>"
  },
  "edition": {
    "name": "<string>"
  },
  "features": {
    "icuEnabled": true,
    "rejectJobs": true,
    "qaHighlightsEnabled": true,
    "lqaBulkCommentsCreation": true,
    "mtForTMAbove100Enabled": true,
    "mqmQualityEstimationEnabled": true,
    "tweI18nEnabled": true,
    "platformSettingsEnabled": true,
    "ignoreTagMetadataEnabled": true,
    "filteringByRegexEnabled": true,
    "filteringByCustomMetadataEnabled": true,
    "autoLqaCopilotEnabled": true,
    "mtuOptimizationEnabled": true
  }
}

Response

200
application/json

successful operation

The response is of type object.