Users

Get User Tutorial Status

GET
/users/{userId}/tutorial

Gets the status of completed or outstanding tutorials for the specified user.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

Must be a valid user ID.

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/users/usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469/tutorial"
{
  "completed": true,
  "completedAnyTutorial": true,
  "completedTutorials": [
    "standalonewindows:steam:v1"
  ],
  "tutorialKey": "standalonewindows:steam:v1"
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}