メインコンテンツへスキップ
GET
https://{tenantDomain}/api/v2
/
user-attribute-profiles
/
{id}
ユーザー属性プロファイルを取得
curl --request GET \
  --url https://{tenantDomain}/api/v2/user-attribute-profiles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "user_attributes": {},
  "user_id": {
    "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 の ID。

レスポンス

既存のユーザー属性プロファイルの Record。

id
string<user-attribute-profile-id>

ユーザー属性プロファイルの識別子。

name
string

ユーザー属性プロファイルの名前。

Required string length: 1 - 128
user_attributes
object

ユーザー属性の設定マップ。キーは属性名、値は各属性のマッピング設定です。

user_id
object

ユーザー ID のマッピング設定