Users
Get User Tutorial Status
Gets the status of completed or outstanding tutorials for the specified user. tutorialKey and completed describe the tutorial named by X-Platform and X-Store.
Authorization
authCookie auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
userId*string
Must be a valid user ID.
Header Parameters
X-Platform?string
The platform the tutorial belongs to. standalonewindows, android and ios are kept; any other value is recorded as null.
X-Store?string
The store the tutorial belongs to, recorded as sent.
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
}
}