メインコンテンツへスキップ
POST
C#

承認

Authorization
string
header
必須

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

ヘッダー

auth0-custom-domain
string

Custom domain to be used for this request

Required string length: 3 - 255

パスパラメータ

id
string
必須

The id of the self-service profile to retrieve

ボディ

connection_id
string<connection-id>

If provided, this will allow editing of the provided connection during the Self-Service Enterprise Configuration flow

connection_config
object

If provided, this will create a new connection for the Self-Service Enterprise Configuration flow with the given configuration

enabled_clients
string[]

List of client_ids that the connection will be enabled for.

enabled_organizations
object[]

List of organizations that the connection will be enabled for.

ttl_sec
integer

Number of seconds for which the ticket is valid before expiration. If unspecified or set to 0, this value defaults to 432000 seconds (5 days).

必須範囲: 0 <= x <= 432000
domain_aliases_config
object

Configuration for the setup of the connection’s domain_aliases in the Self-Service Enterprise Configuration flow.

provisioning_config
object
GA

Configuration for the setup of Provisioning in the self-service flow.

use_for_organization_discovery
boolean
GA

Indicates whether a verified domain should be used for organization discovery during authentication.

enabled_features
object
GA

Specifies which features are enabled for an "edit connection" ticket. Only applicable when connection ID is provided.

レスポンス

Self-Service Enterprise Configuration Access Ticket successfully created.

ticket
string

The URL for the created ticket.