次の方法で共有


Manage account profiles - Get organization profile

組織プロファイルを取得します。

GET https://api.partnercenter.microsoft.com/v{version}/profiles/organization

URI パラメーター

名前 / 必須 説明
version
path True

string

API のバージョン。

要求ヘッダー

名前 必須 説明
Authorization True

string

承認ベアラー トークン

Accept True

string

受け入れ可能なコンテンツ タイプ。広くアクセスされた型の application/json

ms-correlationid

string

要求を内部的に追跡するために使用されます。 ms-correlationid が指定されていない場合、サーバーは要求ごとに新しいものを生成します

ms-requestid

string

要求のべき等性に使用されます。 ms-requestid が指定されていない場合、サーバーは要求ごとに新しいものを生成します

応答

名前 説明
200 OK

Microsoft.Partner.Sdk.Contracts.V1.OrganizationProfile

要求が成功しました。 応答本文には、組織プロファイルが含まれています。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

400 Bad Request

入力が見つからないか無効でした。 応答本文には、エラーの詳細が表示されます。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

401 Unauthorized

要求が認証されませんでした。 クライアントは、最初にパートナー API サービスで認証する必要があります。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

403 Forbidden

要求は認証されましたが、呼び出し元に呼び出す権限がないため拒否されました。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

404 Not Found

リソースが見つからないか、指定された入力パラメーターで使用できません。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

500 Internal Server Error

パートナー API サービスまたはその依存関係の 1 つが要求を満たできませんでした。 呼び出し元はこれを再試行できます。

Media Types: "application/json", "application/xml", "text/xml", "text/json"

定義

名前 説明
Microsoft.Partner.Sdk.Contracts.V1.Address

顧客またはパートナーの住所を表します。

Microsoft.Partner.Sdk.Contracts.V1.Common.Link

リンクは、リソースにアクセスするための必要なアクションを示す URI と HTTP メソッドを表します。

Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceAttributes

一般的なオブジェクト属性を参照します。

Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceLinks

リソースのナビゲーション リンク

Microsoft.Partner.Sdk.Contracts.V1.OrganizationProfile

パートナーの組織プロファイルについて説明します。

System.Collections.Generic.KeyValuePair[System.String,System.String]

Microsoft.Partner.Sdk.Contracts.V1.Address

顧客またはパートナーの住所を表します。

名前 説明
addressLine1

string

アドレスの最初の行を取得または設定します。

addressLine2

string

アドレスの 2 行目を取得または設定します。 このプロパティは省略可能です。

city

string

市区町村を取得または設定します。

country

string

ISO の国コード形式で国/地域を取得または設定します。

firstName

string

顧客の会社/組織の連絡先の名を取得または設定します。

lastName

string

顧客の会社/組織の連絡先の姓を取得または設定します。

phoneNumber

string

顧客の会社/組織の連絡先の電話番号を取得または設定します。 このプロパティは省略可能です。

postalCode

string

郵便番号を取得または設定します。

region

string

領域を取得または設定します。

state

string

状態を取得または設定します。

リンクは、リソースにアクセスするための必要なアクションを示す URI と HTTP メソッドを表します。

名前 説明
headers

System.Collections.Generic.KeyValuePair[System.String,System.String][]

リンク ヘッダーを取得します。

method

string

メソッド。

uri

string

URI。

Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceAttributes

一般的なオブジェクト属性を参照します。

名前 説明
etag

string

etag を取得または設定します。 プロバイダー内のオブジェクトのバージョン。

objectType

string

オブジェクトの型。

リソースのナビゲーション リンク

名前 説明
next

Microsoft.Partner.Sdk.Contracts.V1.Common.Link

アイテムの次のページ。

previous

Microsoft.Partner.Sdk.Contracts.V1.Common.Link

アイテムの前のページ。

self

Microsoft.Partner.Sdk.Contracts.V1.Common.Link

自己 URI。

Microsoft.Partner.Sdk.Contracts.V1.OrganizationProfile

パートナーの組織プロファイルについて説明します。

名前 説明
attributes

Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceAttributes

属性を取得します。

companyName

string

会社または組織の名前を設定します。

culture

string

"en-us" など、コミュニケーションと通貨に適したカルチャを取得または設定します。

defaultAddress

Microsoft.Partner.Sdk.Contracts.V1.Address

会社または組織の既定のアドレスを取得または設定します。

domain

string

会社または組織のドメインを取得または設定します。

email

string

会社または組織の電子メールを取得または設定します。

id

string

組織の識別子を取得または設定します。

language

string

通信に適した言語を取得または設定します。

links

Microsoft.Partner.Sdk.Contracts.V1.Common.ResourceLinks

リンクを取得または設定します。

profileType enum:
  • billing_profile
  • legal_business_profile
  • mpn_profile
  • organization_profile
  • support_profile

パートナー プロファイルの種類を取得します。

tenantId

string

テナント識別子を取得または設定します。

System.Collections.Generic.KeyValuePair[System.String,System.String]

名前 説明
key

string

value

string