Groups
Get Group Role Templates
Obtain predefined templates for group roles
Authorization
authCookie 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",
"isAddedOnJoin": false,
"name": "string",
"permissions": [
"*"
]
}
]
},
"property2": {
"basePermissions": [
"*"
],
"description": "string",
"name": "string",
"roles": [
{
"description": "string",
"isAddedOnJoin": false,
"name": "string",
"permissions": [
"*"
]
}
]
}
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}