Matrix Client-Server Profile API
Number of APIs: 5
-
profile/{user Id}-displayname - Set the user's display name. PUT {{baseUrl}}/profile/:userId/displayname
-
profile/{user Id}-avatar url - Set the user's avatar URL. PUT {{baseUrl}}/profile/:userId/avatar_url
-
profile/{user Id}-avatar url - Get the user's avatar URL. GET {{baseUrl}}/profile/:userId/avatar_url
-
profile/{user Id} - Get this user's profile information. GET {{baseUrl}}/profile/:userId
-
profile/{user Id}-displayname - Get the user's display name. GET {{baseUrl}}/profile/:userId/displayname