Give Whitelist

Assign a product license to a user

This endpoint enables the assignment of a product license to a specified user within your hub. By utilizing this route, you can effectively distribute access to various products, ensuring that users receive the correct entitlements based on their permissions or purchases.

Assign a Whitelist to a user

POST https://v2.parcelroblox.com/whitelist/assign

Headers

NameTypeDescription

Authorization*

string

prod_DGzVhVsrqNJi4b0Chd9mMPUI9

Content-Type

string

application/json

Request Body

NameTypeDescription

product_id*

string

Product ID

userid*

string

Roblox or Discord User ID

userid_type*

string

"roblox" or "discord"

If everything was able to process properly:

{ "status": "200", "message": "OK", "data": { "userid": string, "userid_type": string, "product_id": string, "state": "License has been assigned" } }

Last updated