Empty identifiers property for all players
deluxejamie opened this issue · 2 comments
deluxejamie commented
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
- 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
- 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
Mathu-lmn commented
Hi, I believe this is related to this change :
See https://forum.cfx.re/t/celebrating-one-year-with-rockstar-games/5269938#fivem-and-redm-6
deluxejamie commented
Extremely grateful for your response thank you!