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
null
Pattern
"[1-9][0-9]*"
Responses
Successful
application/json
JSON
{
"profile": {
"id": 0,
"name": "string",
"avatar": "string",
"isSleeping": true
},
"aboutMeIntern": "string"
}