specification
specification copied to clipboard
The Get User Groups endpoint returns far less information than specified
It doesn't return a list of "full" Group objects. Example item:
{
"id": "gmem_(...)",
"groupId": "grp_796391c8-31ad-4b12-b4d7-dc6990ce684c",
"memberVisibility": "visible",
"isRepresenting": false,
"mutualGroup": true,
"name": "VRLabs",
"shortCode": "VRLABS",
"discriminator": "2772",
"description": "We provide support and resources for VRChat avatar creators․",
"iconId": "file_8a0e3714-2a40-46f9-b97a-f00a7f41463e",
"iconUrl": "https://api.vrchat.cloud/api/1/file/file_8a0e3714-2a40-46f9-b97a-f00a7f41463e/1/file",
"bannerId": "file_3f760ae6-5011-4e39-9845-a1f695917f88",
"bannerUrl": "https://api.vrchat.cloud/api/1/file/file_3f760ae6-5011-4e39-9845-a1f695917f88/1/file",
"privacy": "default",
"ownerId": "usr_833a8258-5d4a-45dd-bc3b-b05ae59539da",
"memberCount": 289
}
Merged https://github.com/vrchatapi/specification/pull/320
@ariesclark Can this be closed?