メインコンテンツへスキップ
GET
https://{tenantDomain}/api/v2
/
user-attribute-profiles
/
templates
/
{id}
ユーザー属性プロファイルテンプレートを取得
curl --request GET \
  --url https://{tenantDomain}/api/v2/user-attribute-profiles/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "display_name": "<string>",
  "id": "<string>",
  "template": {
    "name": "<string>",
    "user_attributes": {},
    "user_id": {
      "oidc_mapping": "sub",
      "saml_mapping": [
        "<string>"
      ],
      "scim_mapping": "<string>",
      "strategy_overrides": {
        "ad": {
          "saml_mapping": [
            "<string>"
          ],
          "scim_mapping": "<string>"
        },
        "adfs": {
          "saml_mapping": [
            "<string>"
          ],
          "scim_mapping": "<string>"
        },
        "google-apps": {
          "saml_mapping": [
            "<string>"
          ],
          "scim_mapping": "<string>"
        },
        "oidc": {
          "saml_mapping": [
            "<string>"
          ],
          "scim_mapping": "<string>"
        },
        "okta": {
          "saml_mapping": [
            "<string>"
          ],
          "scim_mapping": "<string>"
        },
        "pingfederate": {
          "saml_mapping": [
            "<string>"
          ],
          "scim_mapping": "<string>"
        },
        "samlp": {
          "saml_mapping": [
            "<string>"
          ],
          "scim_mapping": "<string>"
        },
        "waad": {
          "saml_mapping": [
            "<string>"
          ],
          "scim_mapping": "<string>"
        }
      }
    }
  }
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

取得する user-attribute-profile-template の ID。

レスポンス

ユーザー属性プロファイルテンプレートを正常に取得しました。

display_name
string

UI に表示されるテンプレートのわかりやすい名前。

id
string

テンプレートの id。

template
object

テンプレートの構造。ユーザー属性プロファイルの作成または更新用ペイロードとして使用できます。