List Group Permissions
Returns a List of all possible/available permissions for a Group.
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
groupIdstring
Must be a valid group ID.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/groups/grp_00000000-0000-0000-0000-000000000000/permissions"[
{
"name": "group-data-manage",
"displayName": "Manage Group Data",
"help": "Allows role to edit group details (name, description, joinState, initialRoles, etc).",
"isManagementPermission": true,
"allowedToAdd": true
}
]{
"error": {
"message": "n must be a positive integer˸ '-1'",
"status_code": 400
}
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}{
"error": {
"message": "Can't find groupǃ",
"status_code": 404
}
}