Skip to main content
GET
/
api2
/
v1
/
auth
/
whoAmI
Who am I
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/auth/whoAmI \
  --header 'Authorization: <api-key>'
{
  "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,
    "mentionsAndNotificationsPollingInterval": 123,
    "mtForTMAbove100Enabled": true,
    "mqmQualityEstimationEnabled": true,
    "tweI18nEnabled": true,
    "birdieEnabled": true,
    "platformSettingsEnabled": true,
    "ignoreTagMetadataEnabled": true,
    "filteringByRegexEnabled": true,
    "filteringByCustomMetadataEnabled": true,
    "tbCustomFieldsEnabled": true,
    "idmOrganizationLogoEnabled": true,
    "loadingSegmentsUsingAnchorsEnabled": true,
    "styleGuidesEnabled": true,
    "autoLqaCopilotEnabled": true,
    "mtuOptimizationEnabled": true
  }
}

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Response

successful operation

user
object
csrfToken
string
organization
object
edition
object
features
object