メインコンテンツへスキップ
POST
/
identity-providers
/
{idp_id}
/
provisioning
プロビジョニング設定を作成する
curl --request POST \
  --url https://{tenantDomain}/my-org/v1/identity-providers/{idp_id}/provisioning \
  --header 'Authorization: Bearer <token>'
{ "attributes": [ { "description": "希望するユーザー名", "is_extra": false, "is_missing": false, "is_required": true, "label": "Preferred username", "provisioning_field": "userName", "user_attribute": "preferred_username" }, { "is_extra": true, "is_missing": false, "is_required": true, "provisioning_field": "externalId", "user_attribute": "external_id" } ], "created_at": "2025-05-15T23:32:52.351Z", "identity_provider_id": "con_2CZPv6IY0gWzDaQJ", "identity_provider_name": "EC-org-gaZPTTOS42pReSzs-id-ready2", "method": "scim", "strategy": "okta", "updated_on": "2025-05-15T23:32:52.351Z", "user_id_attribute": "externalId" }

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

idp_id
string
必須
read-only

IDプロバイダーの識別子。

Pattern: ^con_[A-Za-z0-9]{16}$

レスポンス

プロビジョニング設定が正常に作成されました。

attributes
object[]
必須
identity_provider_id
string
必須
read-only

IDプロバイダーの識別子。

Pattern: ^con_[A-Za-z0-9]{16}$
identity_provider_name
string
必須
read-only

IDプロバイダーの名前

Required string length: 1 - 128
method
enum<string>
必須

IDプロバイダーのプロビジョニング方法のタイプ

利用可能なオプション:
none,
scim
strategy
enum<string>
必須

IDプロバイダーの種類

利用可能なオプション:
adfs,
google-apps,
oidc,
okta,
pingfederate,
samlp,
waad
user_id_attribute
string
必須

ユーザーのID

created_at
string<date-time>
必須
updated_on
string<date-time>
必須