curl --request GET \
--url https://{tenantDomain}/api/v2/connection-profiles/{id} \
--header 'Authorization: Bearer <token>'{
"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": {}
}
}
}Retrieve details about a single Connection Profile specified by ID.
curl --request GET \
--url https://{tenantDomain}/api/v2/connection-profiles/{id} \
--header 'Authorization: Bearer <token>'{
"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-sdk8048.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 retrieve.
Record for existing connection profile.
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
Cette page vous a-t-elle été utile ?