Returns the data for the bubble of a user marker on the map.
GET
/api/map/user/{userId}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
userId*
Typestring
RequiredQuery Parameters
userId
User for which to return data
Typestring
Default
nullPattern
"[1-9][0-9]*"Responses
Successful
application/json
JSON
{
"profile": {
"id": 342528,
"name": "Franzi",
"avatar": "/api/uploads/99d1fb45-9748-3510-ac02-87b46c40048c",
"isSleeping": true
},
"aboutMeIntern": "string"
}