Recover a user

更新时间:
复制 MD 格式

Use this API to recover a deleted user.

Supported editions

Enterprise Dedicated Edition

Service endpoints

Get the service endpoint and replace {domain} in the API request syntax with your endpoint.

Authorization

Product

Resource

Required permission

Organization Management

User

Read and write

Request syntax

PUT https://{domain}/oapi/v1/platform/users/{idOrUsername}/undelete

Request description

Recover a deleted user by user ID

curl -X 'PUT' \
  'https://test-domain-***.rdc.aliyuncs.com/oapi/v1/platform/users/f5b8****7a1c/undelete' \
  -H 'Content-Type: application/json' \
  -H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'

Request headers

x-yunxiao-token string (Required)

The access token. See Access token for details.

Example: pt-0fh3****0fbG_35af****0484.

Request parameters

idOrUsername string (Required)

The user ID or login name. See examples in the ListUsers - Query the user list API.

Response parameters

None {}

Error codes

For more information, see Error codes.