| ... | @@ -10,5 +10,76 @@ _Veřejné údaje o požadovaném uživateli_ | ... | @@ -10,5 +10,76 @@ _Veřejné údaje o požadovaném uživateli_ | 
|  | - Authorization: Auth User Bearer Token nebo API Bearer Token |  | - Authorization: Auth User Bearer Token nebo API Bearer Token | 
|  |  |  |  | 
|  | **Vrací JSON:** |  | **Vrací JSON:** | 
|  |  |  | ```json | 
|  |  |  | { | 
|  |  |  | "data": { | 
|  |  |  | "id": "1", | 
|  |  |  | "public_name": "Jakub", | 
|  |  |  | "current_event_participation_confirmed": true, | 
|  |  |  | "ranking_participation": true, | 
|  |  |  | "profile_photo_url": "http:\/\/portal.desettisickroku.local\/storage\/profile-photos\/e2lmPlTMMr4uoDFWhTAHRXdoZzQ7QbUTsfBXPxA8.jpg", | 
|  |  |  | "points": "23.16", | 
|  |  |  | "distance": 44552, | 
|  |  |  | "steps": 48582, | 
|  |  |  | "sex": "male", | 
|  |  |  | "motto": "Hello, World!", | 
|  |  |  | "is_premium": true, | 
|  |  |  | "teams": [ | 
|  |  |  | { | 
|  |  |  | "id": 391 | 
|  |  |  | }, | 
|  |  |  | { | 
|  |  |  | "id": 1572 | 
|  |  |  | } | 
|  |  |  | ], | 
|  |  |  | "challenge_data": { | 
|  |  |  | "daily_avg": "1,71 km", | 
|  |  |  | "difference_message": "Plánoval jsem 5,00 km, což je 3,29 km pod plán.", | 
|  |  |  | "completed_days": 2, | 
|  |  |  | "completed_days_message": "Pro splnění potřebuji alespoň 27 dní.", | 
|  |  |  | "completed_percentage": 8, | 
|  |  |  | "completed_success": false | 
|  |  |  | }, | 
|  |  |  | "external_events": null, | 
|  |  |  | "badge_icons": [ | 
|  |  |  | { | 
|  |  |  | "key": "recordman", | 
|  |  |  | "title": "Rekordman", | 
|  |  |  | "image": "http:\/\/portal.desettisickroku.local\/storage\/badges\/api\/recordman-2.png", | 
|  |  |  | "image_filename": "recordman-2.png", | 
|  |  |  | "active": true | 
|  |  |  | }, | 
|  |  |  | { | 
|  |  |  | "key": "stepper", | 
|  |  |  | "title": "Krokař", | 
|  |  |  | "image": "http:\/\/portal.desettisickroku.local\/storage\/badges\/api\/stepper-0.png", | 
|  |  |  | "image_filename": "stepper-0.png", | 
|  |  |  | "active": false | 
|  |  |  | }, | 
|  |  |  | { | 
|  |  |  | "key": "regularity", | 
|  |  |  | "title": "Pravidelnost", | 
|  |  |  | "image": "http:\/\/portal.desettisickroku.local\/storage\/badges\/api\/regularity-0.png", | 
|  |  |  | "image_filename": "regularity-0.png", | 
|  |  |  | "active": false | 
|  |  |  | }, | 
|  |  |  | { | 
|  |  |  | "key": "multiactivity", | 
|  |  |  | "title": "Multiaktivita", | 
|  |  |  | "image": "http:\/\/portal.desettisickroku.local\/storage\/badges\/api\/multiactivity-0.png", | 
|  |  |  | "image_filename": "multiactivity-0.png", | 
|  |  |  | "active": false | 
|  |  |  | }, | 
|  |  |  | { | 
|  |  |  | "key": "challenger", | 
|  |  |  | "title": "Osobní výzva", | 
|  |  |  | "image": "http:\/\/portal.desettisickroku.local\/storage\/badges\/api\/challenger-3-0.png", | 
|  |  |  | "image_filename": "challenger-3-0.png", | 
|  |  |  | "active": false | 
|  |  |  | } | 
|  |  |  | ] | 
|  |  |  | } | 
|  |  |  | } | 
|  |  |  | ``` | 
|  |  |  |  | 
|  | Popis parametrů je shodný s [Auth User Info](Auth-User-Info-v2) |  | Popis parametrů je shodný s [Auth User Info](Auth-User-Info-v2) | 
|  |  |  | \ No newline at end of file |