共用方式為


User - Update

匯報識別碼所指定之用戶的詳細數據。

PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}?api-version=2021-08-01

URI 參數

名稱 位於 必要 類型 Description
resourceGroupName
path True

string

資源群組的名稱。

serviceName
path True

string

API 管理 服務的名稱。

Regex 模式: ^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$

subscriptionId
path True

string

可唯一識別 Microsoft Azure 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼會構成每個服務呼叫 URI 的一部分。

userId
path True

string

使用者識別碼。 在目前 API 管理 服務實例中必須是唯一的。

api-version
query True

string

要與用戶端要求搭配使用的 API 版本。

要求標頭

名稱 必要 類型 Description
If-Match True

string

實體的 ETag。 ETag 應該符合 GET 要求標頭回應的目前實體狀態,否則應該為 * 進行無條件更新。

要求本文

名稱 類型 Description
properties.email

string

電子郵件地址。 不能空白,且在服務執行個體內必須是唯一的。

properties.firstName

string

名字。

properties.identities

UserIdentityContract[]

使用者身分識別的集合。

properties.lastName

string

姓氏。

properties.note

string

管理員為使用者設定的相關選用附註。

properties.password

string

用戶密碼。

properties.state

UserState

帳戶狀態。 指定使用者是否作用中。 遭封鎖的使用者無法登入開發人員入口網站,或呼叫訂閱之產品的任何 API。 默認狀態為 [作用中]。

回應

名稱 類型 Description
200 OK

UserContract

使用者已成功更新。

標題

ETag: string

Other Status Codes

ErrorResponse

描述作業失敗原因的錯誤回應。

安全性

azure_auth

Azure Active Directory OAuth2 Flow。

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

ApiManagementUpdateUser

範例要求

PATCH https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/users/5931a75ae4bbd512a88c680b?api-version=2021-08-01


{
  "properties": {
    "firstName": "foo",
    "lastName": "bar",
    "email": "foobar@outlook.com"
  }
}

範例回覆

{
  "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/users/5931a75ae4bbd512a88c680b",
  "type": "Microsoft.ApiManagement/service/users",
  "name": "5931a75ae4bbd512a88c680b",
  "properties": {
    "firstName": "foo",
    "lastName": "bar",
    "email": "foobar@outlook.com",
    "state": "active",
    "registrationDate": "2017-06-02T17:58:50.357Z",
    "identities": [
      {
        "provider": "Microsoft",
        "id": "*************"
      }
    ]
  }
}

定義

名稱 Description
ErrorFieldContract

錯誤欄位合約。

ErrorResponse

錯誤回應。

GroupContractProperties

群組合約屬性。

GroupType

群組類型。

UserContract

使用者詳細數據。

UserIdentityContract

使用者身分識別詳細數據。

UserState

帳戶狀態。 指定使用者是否作用中。 遭封鎖的使用者無法登入開發人員入口網站,或呼叫訂閱之產品的任何 API。 默認狀態為 [作用中]。

UserUpdateParameters

使用者更新參數。

ErrorFieldContract

錯誤欄位合約。

名稱 類型 Description
code

string

屬性層級錯誤碼。

message

string

人類可讀取的屬性層級錯誤表示法。

target

string

屬性名稱。

ErrorResponse

錯誤回應。

名稱 類型 Description
error.code

string

服務定義的錯誤碼。 此代碼會作為回應中指定之 HTTP 錯誤碼的子狀態。

error.details

ErrorFieldContract[]

在驗證錯誤時,要求中傳送的無效欄位清單。

error.message

string

人類可閱讀的錯誤表示法。

GroupContractProperties

群組合約屬性。

名稱 類型 Description
builtIn

boolean

如果群組是系統管理員、開發人員或來賓 (系統管理員、開發人員或來賓) 的三個系統群組之一,則為 true;否則為 false。

description

string

群組描述。 可包含 HTML 格式標記。

displayName

string

群組名稱。

externalId

string

對於外部群組,此屬性包含來自外部識別提供者之群組的標識碼,例如針對 Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>,否則值為 null。

type

GroupType

群組類型。

GroupType

群組類型。

名稱 類型 Description
custom

string

external

string

system

string

UserContract

使用者詳細數據。

名稱 類型 預設值 Description
id

string

資源的完整資源識別碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

資源的名稱

properties.email

string

電子郵件地址。

properties.firstName

string

名字。

properties.groups

GroupContractProperties[]

用戶所屬群組的集合。

properties.identities

UserIdentityContract[]

使用者身分識別的集合。

properties.lastName

string

姓氏。

properties.note

string

管理員為使用者設定的相關選用附註。

properties.registrationDate

string

用戶註冊的日期。 日期符合下列格式: yyyy-MM-ddTHH:mm:ssZ 如 ISO 8601 標準所指定。

properties.state

UserState

active

帳戶狀態。 指定使用者是否作用中。 遭封鎖的使用者無法登入開發人員入口網站,或呼叫訂閱之產品的任何 API。 默認狀態為 [作用中]。

type

string

資源類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts”

UserIdentityContract

使用者身分識別詳細數據。

名稱 類型 Description
id

string

提供者內的標識碼值。

provider

string

識別提供者名稱。

UserState

帳戶狀態。 指定使用者是否作用中。 遭封鎖的使用者無法登入開發人員入口網站,或呼叫訂閱之產品的任何 API。 默認狀態為 [作用中]。

名稱 類型 Description
active

string

用戶狀態為作用中。

blocked

string

使用者遭到封鎖。 封鎖的使用者無法在開發人員入口網站或呼叫 API 進行驗證。

deleted

string

用戶帳戶已關閉。 所有身分識別和相關實體都會移除。

pending

string

用戶帳戶擱置中。 必須先確認身分識別,才能啟用身分識別。

UserUpdateParameters

使用者更新參數。

名稱 類型 預設值 Description
properties.email

string

電子郵件地址。 不能空白,且在服務執行個體內必須是唯一的。

properties.firstName

string

名字。

properties.identities

UserIdentityContract[]

使用者身分識別的集合。

properties.lastName

string

姓氏。

properties.note

string

管理員為使用者設定的相關選用附註。

properties.password

string

用戶密碼。

properties.state

UserState

active

帳戶狀態。 指定使用者是否作用中。 遭封鎖的使用者無法登入開發人員入口網站,或呼叫訂閱之產品的任何 API。 默認狀態為 [作用中]。