v1

latestOpenAPI 3.1.02026-07-241220143.1 KB

POST /sudoers/{entryname}/runas_groups/

Add a group entry to runas_groups for a SUDOer entry

post/v1/sudoers/{entryname}/runas_groups/

Path parameters

entrynamestring required

name of the sudoer entry

Request body

groupnamestring required

name of the group

enabledboolean

Response

200

statusstring

Example response

{
  "status": "ok"
}