v6 documentation is incomplete, want to contribute?

Get User Groups

Get user's public groups

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

GET
/users/{userId}/groups
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userIdstring

Must be a valid user ID.

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/users/string/groups"
[
  {
    "id": "gmem_95cdb3b4-4643-4eb6-bdab-46a4e1e5ce37",
    "name": "string",
    "shortCode": "ABC123",
    "discriminator": "1234",
    "description": "string",
    "iconId": "string",
    "iconUrl": "string",
    "bannerId": "string",
    "bannerUrl": "string",
    "privacy": "string",
    "lastPostCreatedAt": "2019-08-24T14:15:22Z",
    "ownerId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
    "memberCount": 0,
    "groupId": "grp_71a7ff59-112c-4e78-a990-c7cc650776e5",
    "memberVisibility": "string",
    "isRepresenting": true,
    "mutualGroup": true,
    "lastPostReadAt": "2019-08-24T14:15:22Z"
  }
]

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