User Info
Get user info
get/_twake/v1/user_info/{userId}
Path parameters
userIdstring required
The user‑id used in the request path.
Response
User info found
Example response
{
"uid": "@johndoe:matrix.org",
"display_name": "John Doe",
"avatar_url": "mxc://synapse/mediaid",
"phones": [
"+1 234 567 8910"
],
"emails": [
"j.doe@email.com"
],
"sn": "Doe",
"last_name": "John",
"givenName": "Doe",
"first_name": "John",
"language": "en",
"timezone": "Europe/Paris"
}