specification icon indicating copy to clipboard operation
specification copied to clipboard

The Get User Groups endpoint returns far less information than specified

Open Protected opened this issue 2 years ago • 1 comments

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
	}

Protected avatar Mar 07 '23 16:03 Protected

Merged https://github.com/vrchatapi/specification/pull/320

Tresvian avatar Apr 29 '24 17:04 Tresvian

@ariesclark Can this be closed?

C0D3-M4513R avatar Jul 22 '24 20:07 C0D3-M4513R