Xsolla-logo

Toggle storing of user data

put/projects/{project_id}/user_billing_enabled

Enables/disables storing of user data.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

Request Body schema: application/json
user_billing_enabled
boolean

Whether to keep user data in the Xsolla database.

Responses
204

No Content.

404

Not Found.

Request samples
application/json
{
  • "user_billing_enabled": true
}