Search code examples
restapixmppopenfire

How can I get list of all MUC ROOMs in which particular user is participant or owner using openfire rest API


I am using openfire version 4.2.1 currently and I am not able to find api which provide me list of my MUC room in which I am member.

How can I get above result using openfire rest api ?


Solution

  • You can use the retrieve all user groups endpoint, specifying the username as part of the URl.

    GET /users/{username}/groups