v6 documentation is incomplete, want to contribute?

Get Assigned Permissions

Returns a list of all permissions currently granted by the user. Permissions are assigned e.g. by subscribing to VRC+.

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

GET
/auth/permissions
auth<token>

Auth Token via Cookie

In: cookie

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/auth/permissions"

[
  {
    "id": "prms_fe07c8a7-a4ca-4eda-97e5-e241040ef6f8",
    "ownerId": "usr_17f19d1e-fd48-493b-a8ad-807a3d8bdd1b",
    "ownerDisplayName": "Arctor",
    "name": "permission-trust-boost"
  },
  {
    "id": "prms_804ba021-9f47-4e25-9847-1f42fdb2e6ff",
    "ownerId": "usr_17f19d1e-fd48-493b-a8ad-807a3d8bdd1b",
    "ownerDisplayName": "Arctor",
    "name": "permission-extra-favorites-avatar-groups",
    "data": {
      "maxFavoritesPerGroup": {
        "avatar": 25
      },
      "maxFavoriteGroups": {
        "avatar": 4
      }
    }
  },
  {
    "id": "prms_ac88a3e0-c236-47c7-9b47-d795551b7520",
    "ownerId": "usr_17f19d1e-fd48-493b-a8ad-807a3d8bdd1b",
    "ownerDisplayName": "Arctor",
    "name": "permission-early-adopter-tags",
    "data": {
      "tags": [
        "system_early_adopter"
      ]
    }
  },
  {
    "id": "prms_76f33deb-dd5d-46b7-b79d-e1f8f0a9a1e0",
    "ownerId": "usr_17f19d1e-fd48-493b-a8ad-807a3d8bdd1b",
    "ownerDisplayName": "Arctor",
    "name": "permission-supporter-tags",
    "data": {
      "tags": [
        "system_supporter"
      ]
    }
  },
  {
    "id": "prms_0d9549db-d30a-48f3-a6b8-6741ce5a4283",
    "ownerId": "usr_bc012e97-a292-4abc-b4e6-f9edcc8c0d2b",
    "ownerDisplayName": "Nyx",
    "name": "permission-invite-photos",
    "data": {}
  },
  {
    "id": "prms_153ac0b7-c2dd-43f9-96e3-c61fd2e85509",
    "ownerDisplayName": "Nyx",
    "ownerId": "usr_bc012e97-a292-4abc-b4e6-f9edcc8c0d2b",
    "name": "permission-profile-pic-override",
    "data": {}
  },
  {
    "id": "prms_1d9549db-d30a-48f3-a6b8-6741ce5a4283",
    "ownerId": "usr_bc012e97-a292-4abc-b4e6-f9edcc8c0d2b",
    "ownerDisplayName": "Nyx",
    "name": "permission-user-icons",
    "data": {}
  },
  {
    "id": "prms_dc02c512-4c03-479c-8c6a-d9329c023baf",
    "ownerId": "usr_bc012e97-a292-4abc-b4e6-f9edcc8c0d2b",
    "ownerDisplayName": "Nyx",
    "name": "permission-user-gallery",
    "data": {}
  }
]

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