次の方法で共有


User - Update

識別子で指定されたユーザーの詳細を更新します。

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

URI パラメーター

名前 / 必須 説明
resourceGroupName
path True

string

minLength: 1
maxLength: 90

リソース グループの名前。 名前では大文字と小文字が区別されません。

serviceName
path True

string

minLength: 1
maxLength: 50
pattern: ^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$

API Management サービスの名前。

subscriptionId
path True

string (uuid)

ターゲット サブスクリプションの ID。 値は UUID である必要があります。

userId
path True

string

minLength: 1
maxLength: 80

ユーザー識別子。 現在の API Management サービス インスタンスで一意である必要があります。

api-version
query True

string

minLength: 1

この操作に使用する API バージョン。

要求ヘッダー

名前 必須 説明
If-Match True

string

エンティティの ETag。 ETag は、GET 要求のヘッダー応答からの現在のエンティティの状態と一致するか、無条件更新の場合は * にする必要があります。

要求本文

名前 説明
properties.email

string

minLength: 1
maxLength: 254

アドレス。 空でなく、サービス インスタンス内で一意である必要があります。

properties.firstName

string

minLength: 1
maxLength: 100

名前。

properties.identities

UserIdentityContract[]

ユーザー ID のコレクション。

properties.lastName

string

minLength: 1
maxLength: 100

名字。

properties.note

string

管理者によって設定されたユーザーに関する省略可能な注意事項。

properties.password

string

ユーザー パスワード。

properties.state

UserState

アカウントの状態。 ユーザーがアクティブかどうかを指定します。 ブロックされたユーザーは、開発者ポータルにサインインしたり、サブスクライブされた製品の API を呼び出したりできません。 既定の状態はアクティブです。

応答

名前 説明
200 OK

UserContract

ユーザーが正常に更新されました。

ヘッダー

ETag: string

Other Status Codes

ErrorResponse

操作が失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントを偽装する

ApiManagementUpdateUser

要求のサンプル

PATCH https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/users/5931a75ae4bbd512a88c680b?api-version=2024-05-01


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

応答のサンプル

{
  "id": "/subscriptions/00000000-0000-0000-0000-000000000000/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": "*************"
      }
    ]
  }
}

定義

名前 説明
ErrorAdditionalInfo

リソース管理エラーの追加情報。

ErrorDetail

エラーの詳細。

ErrorResponse

エラー応答

GroupContractProperties

グループ コントラクトのプロパティ。

GroupType

グループの種類。

UserContract

ユーザーの詳細。

UserIdentityContract

ユーザー ID の詳細。

UserState

アカウントの状態。 ユーザーがアクティブかどうかを指定します。 ブロックされたユーザーは、開発者ポータルにサインインしたり、サブスクライブされた製品の API を呼び出したりできません。 既定の状態はアクティブです。

UserUpdateParameters

ユーザー更新パラメーター。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorDetail

エラーの詳細。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

ErrorDetail[]

エラーの詳細。

message

string

エラー メッセージ。

target

string

エラーターゲット。

ErrorResponse

エラー応答

名前 説明
error

ErrorDetail

エラー オブジェクト。

GroupContractProperties

グループ コントラクトのプロパティ。

名前 説明
builtIn

boolean

グループが 3 つのシステム グループ (管理者、開発者、ゲスト) のいずれかである場合は true。それ以外の場合は false。

description

string

maxLength: 1000

グループの説明。 HTML 書式設定タグを含めることができます。

displayName

string

minLength: 1
maxLength: 300

グループ名。

externalId

string

外部グループの場合、このプロパティには、Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>の場合など、外部 ID プロバイダーのグループの ID が含まれます。それ以外の場合、値は null です。

type

GroupType

グループの種類。

GroupType

グループの種類。

説明
custom
external
system

UserContract

ユーザーの詳細。

名前 規定値 説明
id

string

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

リソースの名前

properties.email

string

アドレス。

properties.firstName

string

名前。

properties.groups

GroupContractProperties[]

ユーザーが含まれるグループのコレクション。

properties.identities

UserIdentityContract[]

ユーザー ID のコレクション。

properties.lastName

string

名字。

properties.note

string

管理者によって設定されたユーザーに関する省略可能な注意事項。

properties.registrationDate

string (date-time)

ユーザー登録の日付。 日付は、ISO 8601 標準で指定された yyyy-MM-ddTHH:mm:ssZ 形式に準拠しています。

properties.state

UserState

active

アカウントの状態。 ユーザーがアクティブかどうかを指定します。 ブロックされたユーザーは、開発者ポータルにサインインしたり、サブスクライブされた製品の API を呼び出したりできません。 既定の状態はアクティブです。

type

string

リソースの種類。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

UserIdentityContract

ユーザー ID の詳細。

名前 説明
id

string

プロバイダー内の識別子の値。

provider

string

ID プロバイダー名。

UserState

アカウントの状態。 ユーザーがアクティブかどうかを指定します。 ブロックされたユーザーは、開発者ポータルにサインインしたり、サブスクライブされた製品の API を呼び出したりできません。 既定の状態はアクティブです。

説明
active

ユーザーの状態がアクティブです。

blocked

ユーザーがブロックされています。 ブロックされたユーザーは、開発者ポータルで認証したり、API を呼び出したりできません。

deleted

ユーザー アカウントが閉じられました。 すべての ID と関連エンティティが削除されます。

pending

ユーザー アカウントが保留中です。 アクティブにする前に、ID の確認が必要です。

UserUpdateParameters

ユーザー更新パラメーター。

名前 規定値 説明
properties.email

string

minLength: 1
maxLength: 254

アドレス。 空でなく、サービス インスタンス内で一意である必要があります。

properties.firstName

string

minLength: 1
maxLength: 100

名前。

properties.identities

UserIdentityContract[]

ユーザー ID のコレクション。

properties.lastName

string

minLength: 1
maxLength: 100

名字。

properties.note

string

管理者によって設定されたユーザーに関する省略可能な注意事項。

properties.password

string

ユーザー パスワード。

properties.state

UserState

active

アカウントの状態。 ユーザーがアクティブかどうかを指定します。 ブロックされたユーザーは、開発者ポータルにサインインしたり、サブスクライブされた製品の API を呼び出したりできません。 既定の状態はアクティブです。