Skip to main content
POST
/
api2
/
v1
/
users
/
{userUid}
/
undelete
Restore user
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/users/{userUid}/undelete \
  --header 'Authorization: <api-key>'
{
  "active": true,
  "anonymized": true,
  "createdBy": {
    "email": "<string>",
    "firstName": "<string>",
    "id": "<string>",
    "lastName": "<string>",
    "role": "SYS_ADMIN",
    "uid": "<string>",
    "userName": "<string>"
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "dateDeleted": "2023-11-07T05:31:56Z",
  "email": "<string>",
  "firstName": "<string>",
  "id": "<string>",
  "lastName": "<string>",
  "netRateScheme": {
    "createdBy": {
      "email": "<string>",
      "firstName": "<string>",
      "id": "<string>",
      "lastName": "<string>",
      "role": "SYS_ADMIN",
      "uid": "<string>",
      "userName": "<string>"
    },
    "dateCreated": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "name": "<string>",
    "uid": "<string>"
  },
  "note": "<string>",
  "priceList": {
    "id": "<string>",
    "name": "<string>",
    "uid": "<string>"
  },
  "role": "SYS_ADMIN",
  "sourceLangs": [
    "<string>"
  ],
  "targetLangs": [
    "<string>"
  ],
  "terminologist": true,
  "timezone": "<string>",
  "uid": "<string>",
  "userName": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.phrase.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Path Parameters

userUid
string
required

Response

successful operation

active
boolean
anonymized
boolean
createdBy
object
dateCreated
string<date-time>
dateDeleted
string<date-time>
email
string
firstName
string
id
string
lastName
string
netRateScheme
object
note
string
priceList
object
role
enum<string>
Available options:
SYS_ADMIN,
SYS_ADMIN_READ,
ADMIN,
PROJECT_MANAGER,
LINGUIST,
GUEST,
SUBMITTER,
PORTAL_MEMBER,
BOT
sourceLangs
string[]
targetLangs
string[]
terminologist
boolean
timezone
string
uid
string
userName
string