v6 documentation is incomplete, want to contribute?

Get Group Role Templates

Obtain predefined templates for group roles

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

GET
/groups/roleTemplates
auth<token>

Auth Token via Cookie

In: cookie

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/groups/roleTemplates"
{
  "property1": {
    "basePermissions": [
      "*"
    ],
    "description": "string",
    "name": "string",
    "roles": {
      "description": "string",
      "name": "string",
      "basePermissions": [
        "*"
      ],
      "isAddedOnJoin": false
    }
  },
  "property2": {
    "basePermissions": [
      "*"
    ],
    "description": "string",
    "name": "string",
    "roles": {
      "description": "string",
      "name": "string",
      "basePermissions": [
        "*"
      ],
      "isAddedOnJoin": false
    }
  }
}

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