Get a VATSIM ID from a Discord User ID
GET/v2/members/discord/:discord_user_id
Returns the VATSIM ID associated with a given Discord User ID.
Requires a VATSIM member to have linked their Discord account via the community portal.
Request
Path Parameters
discord_user_id Discord User Idrequired
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
id Idrequired
user_id User Idrequired
{
"id": "string",
"user_id": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
detail Detail
Default value: Not Found.
{
"detail": "Not Found."
}
Loading...