POST /users/{username}/groups/

Add user to a group

post/v1/users/{username}/groups/

Path parameters

usernamestring required

username

Request body

namestring required

group name

Response

200

statusstring

Example response

{
  "status": "ok"
}

Changes