Query parameters:
-
{accountIdList}
(string) A comma-separated list of account IDs *Maximum:50 account IDs
Service provided by Openplanet
Get player display names
Audience: NadeoServices
GET
https://prod.trackmania.core.nadeo.online/accounts/displayNames/?accountIdList={accountIdList}
Query parameters:
{accountIdList}
(string)
A comma-separated list of account IDs
*
50 account IDs
This endpoint has been removed on 2023-09-19. Use the OAuth API endpoint instead.
Gets player display names from account IDs.
Remarks:
401
errors using a dedicated server account, switch to using a Ubisoft account.Example request:
GET https://prod.trackmania.core.nadeo.online/accounts/displayNames/?accountIdList=5b4d42f4-c2de-407d-b367-cbff3fe817bc,7398eeb6-9b4e-44b8-a7a1-a2149955ac70
Example response:
[
{
"accountId": "5b4d42f4-c2de-407d-b367-cbff3fe817bc",
"displayName": "tooInfinite",
"timestamp": "2020-07-01T15:05:34+00:00"
},
{
"accountId": "7398eeb6-9b4e-44b8-a7a1-a2149955ac70",
"displayName": "Miss-tm",
"timestamp": "2020-06-05T19:32:19+00:00"
}
]
If an accountId
is invalid, the response will contain an error message:
{
"code": "C-AA-00-03",
"correlation_id": "4874aee1aee172e0afd7f605100f170a",
"message": "There was a validation error.",
"info": {
"accountIdList": "Invalid account id."
}
}