curl --request PATCH \
--url https://{tenantDomain}/api/v2/connection-profiles/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"organization": {
"show_as_button": "none",
"assign_membership_on_login": "none"
},
"connection_name_prefix_template": "<string>",
"enabled_features": [
"scim"
],
"connection_config": {},
"strategy_overrides": {
"pingfederate": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"ad": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"adfs": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"waad": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"google-apps": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"okta": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"oidc": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"samlp": {
"enabled_features": [
"scim"
],
"connection_config": {}
}
}
}
'{
"id": "<string>",
"name": "<string>",
"organization": {
"show_as_button": "none",
"assign_membership_on_login": "none"
},
"connection_name_prefix_template": "<string>",
"enabled_features": [
"scim"
],
"connection_config": {},
"strategy_overrides": {
"pingfederate": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"ad": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"adfs": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"waad": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"google-apps": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"okta": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"oidc": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"samlp": {
"enabled_features": [
"scim"
],
"connection_config": {}
}
}
}Update the details of a specific Connection Profile.
curl --request PATCH \
--url https://{tenantDomain}/api/v2/connection-profiles/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"organization": {
"show_as_button": "none",
"assign_membership_on_login": "none"
},
"connection_name_prefix_template": "<string>",
"enabled_features": [
"scim"
],
"connection_config": {},
"strategy_overrides": {
"pingfederate": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"ad": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"adfs": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"waad": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"google-apps": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"okta": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"oidc": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"samlp": {
"enabled_features": [
"scim"
],
"connection_config": {}
}
}
}
'{
"id": "<string>",
"name": "<string>",
"organization": {
"show_as_button": "none",
"assign_membership_on_login": "none"
},
"connection_name_prefix_template": "<string>",
"enabled_features": [
"scim"
],
"connection_config": {},
"strategy_overrides": {
"pingfederate": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"ad": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"adfs": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"waad": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"google-apps": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"okta": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"oidc": {
"enabled_features": [
"scim"
],
"connection_config": {}
},
"samlp": {
"enabled_features": [
"scim"
],
"connection_config": {}
}
}
}Documentation Index
Fetch the complete documentation index at: https://auth0-quickstart-flutter-windows.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the connection profile to update.
The name of the connection profile.
1 - 50The organization of the connection profile.
Show child attributes
Connection name prefix template.
15^(?!-)(?!.*--)(?:[a-zA-Z0-9-]|{org_id}|{org_name})*$Enabled features for the connection profile.
Enum for enabled features.
scim, universal_logout Connection profile configuration.
Strategy-specific overrides for this attribute
Show child attributes
Connection profile successfully updated.
Connection Profile identifier.
The name of the connection profile.
1 - 50The organization of the connection profile.
Show child attributes
Connection name prefix template.
15^(?!-)(?!.*--)(?:[a-zA-Z0-9-]|{org_id}|{org_name})*$Enabled features for the connection profile.
Enum for enabled features.
scim, universal_logout Connection profile configuration.
Strategy-specific overrides for this attribute
Show child attributes
このページは役に立ちましたか?