PUT
/
api
/
v1
/
groups
/
{groupUuid}
/
members
/
{userUuid}
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

groupUuid
string
required

the UUID for the group to add the user to

userUuid
string
required

the UUID for the user to add to the group

Response

200
application/json
Ok
status
enum<string>
required
Available options:
ok
results
any