User
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /ldap/user/{user} HTTP/1.1
Host:
Accept: */*
{
"data": {
"user": "text",
"groups": [
"text"
]
}
}PUT /ldap/user/{user} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 42
{
"data": {
"pass": "text",
"groups": [
"text"
]
}
}{}DELETE /ldap/user/{user} HTTP/1.1
Host:
Accept: */*
{}