Insert a user in LDAP.
Session Identifier
Created
Last updated 6 months ago
Was this helpful?
POST /ldap/user HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 56 { "data": { "user": "text", "pass": "text", "groups": [ "text" ] } }
{}