日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

PatchUser - 更新一個EIAM賬戶信息

調用PatchUser接口,更新一個EIAM賬戶信息。

接口說明

接口符合 HTTP Patch 方法語義,只修改傳入的參數值,不傳則默認不修改。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求語法

PATCH /v2/{instanceId}/{applicationId}/users/{userId}

請求參數

名稱類型必填描述示例值
Authorizationstring

認證信息。 格式:Bearer ${access_token}。 示例:Bearer ATxxxx。

Bearer AT8csE2seYxxxxxij
instanceIdstring

實例 ID。

idaas_ue2jvisn35ea5lmthk267xxxxx
applicationIdstring

應用 ID。

app_mkv7rgt4d7i4u7zqtzev2mxxxx
userIdstring

賬戶 ID。

user_d6sbsuumeta4h66ec3il7yxxxx
bodyobject

請求 body。

usernamestring

賬戶名。

name001
displayNamestring

賬戶展示名。

display_name001
phoneRegionstring

手機地區編號,示例:中國大陸手區號為 86,不帶 00 或 +, 手機號若設置,此參數必填。

86
phoneNumberstring

賬戶手機號。

156xxxxxxx
phoneNumberVerifiedboolean

手機號是否驗證,手機號若設置此字段必須設置,無特殊業務可直接設置為 true。

true
emailstring

賬戶郵箱。

example@example.com
emailVerifiedboolean

郵箱是否驗證,郵箱若設置此字段必須設置,無特殊業務可直接設置為 true。

true
customFieldsarray<object>

賬戶擴展字段列表。

object

擴展字段更新操作對象。

operatordeprecatedstring

字段操作類型,已廢棄,請采用 operation 替換使用。

replace
fieldNamestring

擴展字段標識,類型和值域可通過控制臺查看對應擴展字段值的詳細信息。

age
fieldValuestring

擴展字段值。

test_value
operationstring

字段操作類型,取值可選范圍:

  • add:添加。
  • replace:替換。若對應擴展字段無設置值,會轉換為 add 操作。
  • remove:移除。
replace

返回參數

名稱類型描述示例值
當前API暫無返回參數

示例

正常返回示例

JSON格式

{}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2023-10-24API 內部配置變更,不影響調用查看變更詳情
2023-04-16API 內部配置變更,不影響調用查看變更詳情

錯誤碼

HttpCodeError Code錯誤信息說明
400invalid_tokenAccess token is not validtoken 無效
400MissingParameter.xxxxThe specified parameter:xxx is required!缺少 xxxx 參數
400InvalidParameter.xxxxThe specified parameter:xxxx is required!xxxx 參數無效
404ResourceNotFound.UserThe specified User resource: user_d6sbsuumeta4h66ec3il7yxxxx not found.賬戶不存在
404application_not_foundApplication id not found: app_mkv7rgt4d7i4u7zqtzev2mxxxx應用不存在
403application_disabledApplication is disabled應用處于禁用狀態
403application_api_disabledApplication api invoke disabled應用 API 未開放
403permission_deniedRequire scopes: [urn:alibaba:idaas:scope:user:manager_all]缺少 API 授權信息
500Internal Server ErrorInternal Server Error服務器內部錯誤