POST - Create User
Create a Ready Player Me Guest User
Create a guest user
POST
https://api.readyplayer.me/v1/users
Create a guest user account for your user. Learn more.
Request Body
Name
Type
Description
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"
}
}
Last updated
Was this helpful?