Management API
cURL
curl --request GET \ --url https://{tenantDomain}/api/v2/connection-profiles/templates \ --header 'Authorization: Bearer <token>'
{ "connection_profile_templates": [ { "id": "<string>", "display_name": "<string>", "template": { "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 a list of Connection Profile Templates.
Documentation IndexFetch the complete documentation index at: https://auth0-maint-index-0506-011456.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://auth0-maint-index-0506-011456.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.
Bearer <token>
<token>
Connection Profile Templates successfully retrieved.
Show child attributes
Cette page vous a-t-elle été utile ?