POST - Create User
Create a Ready Player Me Guest User
Create a guest user
Request Body
Name
Type
Description
{
"data": {
"partners": [
"readyplayermedemo" // your subdomain
],
"applicationIds": [
"638ef6e05c3df04745922bbb" // your app-id
],
"createdAt": "2023-06-22T08:06:21.948Z",
"updatedAt": "2023-06-22T08:06:21.948Z",
"id": "649400fd25db60bb949ee280" // user-id you want to store
}
}Last updated
Was this helpful?

