The Active Directory (AD) Connections API provides create, read, update, and delete (CRUD) operations for AD connections.
Lists all Active Directory connections
Success
Unauthorized
Not found
{- "list": [
- {
- "app_instance_id": "string",
- "domain": "string",
- "id": "a747a818-a4c4-4446-8a87-704216495a08",
- "name": "string",
- "status": "connected"
}
]
}Retrieves an Active Directory connection
Success
Unauthorized
Not found
{- "app_instance_id": "string",
- "domain": "string",
- "id": "a747a818-a4c4-4446-8a87-704216495a08",
- "name": "string",
- "status": "connected"
}Updates the status of an Active Directory connection. You can't create account assignment rules for this connection if the status is disconnected.
No content. Status successfully updated.
Unauthorized
Not found
{- "status": "connected"
}{- "code": 401,
- "message": "Missing capability: role",
- "nottype": "authorization_error"
}Starts Active Directory account force sync:
No Content
Unauthorized
Not found
Conflict
{- "code": 401,
- "message": "Missing capability: role",
- "nottype": "authorization_error"
}