Get user's current represented group
Returns the current group that the user is currently representing
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
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/represented"{
"name": "string",
"shortCode": "ABC123",
"discriminator": "1234",
"description": "string",
"iconId": "string",
"iconUrl": "string",
"bannerId": "string",
"bannerUrl": "string",
"privacy": "default",
"ownerId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"memberCount": 0,
"groupId": "grp_71a7ff59-112c-4e78-a990-c7cc650776e5",
"memberVisibility": "visible",
"isRepresenting": true
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}