Create a Ready Player Me Guest User
Last updated 1 year ago
Was this helpful?
POST https://api.readyplayer.me/v1/users
POST
https://api.readyplayer.me/v1/users
Create a guest user account for your user.
data.applicationId*
String
User will be authorized for this application
Sample Resonse
{ "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 } }
Sample Body:
{ "data": { "applicationId": "638ef6e05c3df04745922bbb" } }