v1

latestOpenAPI 3.1.02026-07-241220143.1 KB

POST /groups/

Add a group

post/v1/groups/

Request body

namestring

Group name

gidinteger

GID for this group

is_posix_groupboolean

If this group should be returned to posix machines (Linux and Mac OS)

Response

200

statusstring

Example response

{
  "status": "ok"
}