Update Discord ID

Updates the Discord ID linked to a Roblox account in a specific guild.

put/api/v1/link/update-discord

Query parameters

oldDiscordIdstring required

The old Discord user ID.

newDiscordIdstring required

The new Discord user ID.

guildIdstring required

The Discord guild ID.

Response

Discord ID updated successfully.

status200

The HTTP status code of the response.

messagestring

A message describing the result.

timestampstring date-time

The timestamp of the response in ISO 8601 format.

versionstring

The API version.

requestsRemaininginteger nullable

Number of requests remaining in the daily quota.

ipRequestsRemaininginteger nullable

Remaining IP-linked quota shared across API keys detected on the same IP.

Example response

{
  "version": "1.0.0"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.