Reference Guide

Table Of Contents
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the LDAP account. string
Responses
HTTP
Code
Description Schema
200 Success
ldap_account_inst
ance
404 Not Found error_response
DELETE /ldap_account/{id}
Description
Delete an LDAP account. Was added in version 1.0.3.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the LDAP account to be
deleted.
string
Responses
HTTP
Code
Description Schema
204 Success No Content
404 Not Found error_response
422 Operation Failed error_response
PATCH /ldap_account/{id}
Description
Modify the properties of an LDAP account. Was added in version 1.0.3.
175