Identity

One customer, everywhere.

Link a replaceable Discord identity to a primary Roblox account so ownership and product access follow the customer across your ecosystem.

How linking works

  1. Sign in with Roblox.Nexus creates or finds the customer profile from the primary Roblox identity.
  2. Connect Discord.The user can add or replace their Discord identity later.
  3. Verify ownership.Nexus attaches Roblox purchases and product access to the profile.

The customer profile

A profile can contain a primary Roblox identity, a replaceable Discord identity, purchase history, owned products and delivery status. Your application should treat the Nexus customer ID as the stable internal reference.

{
  "id": "cus_41b8d2",
  "discordUserId": "123456789012345678",
  "robloxUserId": "48201931",
  "entitlements": 8,
  "status": "VERIFIED"
}

Keep identities secure

Only use verified identity data returned by Nexus. Do not accept Roblox or Discord IDs directly from a client without completing the linking flow.