Get the user's display name.

GET {{baseUrl}}/profile/:userId/displayname

Get the user's display name. This API may be used to fetch the user's own displayname or to query the name of other users; either locally or on remote homeservers.

RESPONSES

status: OK

{"displayname":"Alice Margatroid"}