citizenfx/fivem

Empty identifiers property for all players

deluxejamie opened this issue · 2 comments

What happened?

When using the API to develop features for FiveM related products, I noticed that the identifiers array prop for player objects is not being populated on https://servers-frontend.fivem.net/api/servers/single/SERVER_CODE .

Expected result

The identifiers property should be populated with licences & discord (if applicable)

Reproduction steps

  1. Go to https://servers-frontend.fivem.net/api/servers/single/SERVER_CODE replacing SERVER_CODE with a FiveM server code with at least 1 player
  2. Observe that the response.Data.players[i].identifiers is not populated with identifiers. I have tested this with my friend and his discord identifiers were not populated.

Importancy

Unknown

Area(s)

FiveM

Specific version(s)

FiveM Frontend API

Additional information

No response

Extremely grateful for your response thank you!