Give Whitelist
Assign a product license to a user
Assign a Whitelist to a user
Headers
Name
Type
Description
Request Body
Name
Type
Description
{ "status": "200", "message": "OK", "data": { "userid": string, "userid_type": string, "product_id": string, "state": "License has been assigned" } }{ "status": "400", "message": "Missing Body Parameters.\nRequired params: product_id, userid, userid_type", "data": {} }{ "status": "400", "message": "User already owns license.", "data": { } }{ "status": "400", "message": "Invalid type.\nAvailable types: roblox, discord", "data": {} }{ "status": "500", "message": "Internal Server Error" }{ "status": "404", "message": "Product does not exist.", "data": {} }{ "status": "404", "message": "No Roblox Account associated to this Discord User ID.", "data": {} }Last updated