Remove the blacklist of a User for the given Distinguished Name.

Prev Next
Delete
/blacklist/{distinguished-name}

Remove the blacklist of a User for the given Distinguished Name.

Security
HTTP
Type bearer
Path parameters
distinguished-name
stringRequired

Distinguished name of the user whose blacklist is to be removed. Format: "CN=,OU="

ExampleCN=user,OU=ldap
Responses
204

Blacklist was removed successfully.

401

Token error. Login again.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

403

Insufficient permissions to access this resource.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

404

The requested resource can not be found.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

406

Invalid 'Accept' header.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

500

Unexpected server side error.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.