API reference
POSTRequires Bearer token
Import contacts from LDAP
/api/contacts/imports/ldap
Submit `/api/contacts/imports/ldap`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
Path parameters
This endpoint has no path parameters.
Query parameters
This endpoint has no query parameters.
Request body
| Field | Type | Description |
|---|---|---|
connection_id Required | string | LDAP connection id. |
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |