user - hmelder/TIDAL GitHub Wiki
Example Request
Method
GET
Url
https://api.tidal.com/v1/users/{id}?countryCode={country}
Header
authorization: Bearer {access_token}
Example Response
{
"id": 012345678,
"username": "[email protected]",
"firstName": "test",
"lastName": "example",
"email": "[email protected]",
"countryCode": "DE",
"created": "2018-04-22T19:18:42.375+0000",
"picture": "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx",
"newsletter": false,
"acceptedEULA": true,
"gender": "m",
"dateOfBirth": "1900-02-20",
"facebookUid": 0,
"appleUid": null
}