Matrix Client-Server Profile API

Number of APIs: 5

  1. profile/{user Id}-displayname - Set the user's display name. PUT {{baseUrl}}/profile/:userId/displayname

  2. profile/{user Id}-avatar url - Set the user's avatar URL. PUT {{baseUrl}}/profile/:userId/avatar_url

  3. profile/{user Id}-avatar url - Get the user's avatar URL. GET {{baseUrl}}/profile/:userId/avatar_url

  4. profile/{user Id} - Get this user's profile information. GET {{baseUrl}}/profile/:userId

  5. profile/{user Id}-displayname - Get the user's display name. GET {{baseUrl}}/profile/:userId/displayname