v6 documentation is incomplete, want to contribute?

Respond Group Join request

Responds to a Group Join Request with Accept/Deny

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

PUT
/groups/{groupId}/requests/{userId}
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

groupIdstring

Must be a valid group ID.

userIdstring

Must be a valid user ID.

actionstring
Value in"accept" | "reject"
block?boolean

Whether to block the user from requesting again

Response Body

application/json

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/groups/grp_00000000-0000-0000-0000-000000000000/requests/string" \
  -H "Content-Type: application/json" \
  -d '{
    "action": "accept"
  }'
Empty

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}

{
  "error": {
    "message": "Can't find groupǃ",
    "status_code": 404
  }
}