API ReferenceAuthentication
Upsert Connection
Create or update connection, identified by companyId.
Authorization
bearerAuth superuserAuthorization<token>
In: header
Scope: superuser
Path Parameters
companyId*number
The company's ID.
Format
doubleRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/auth/microsoft-entra/connections/0.1" \ -H "Content-Type: application/json" \ -d '{ "tenantId": "string", "enabled": true }'{ "companyId": 0.1, "tenantId": "string", "providerName": "string", "enabled": true}