OpenFire REST API update groupchat member

what is the route to add an admin to groupchat in openfire using REST endpoint

Hey,

you can find here an example: https://www.igniterealtime.org/projects/openfire/plugins/1.3.9/restAPI/readme.html#add-user-with-role-to-chat-room

1 Like

is adding user to group similiar to adding user to chatroom?

Yes its similar, check the documentation: https://www.igniterealtime.org/projects/openfire/plugins/1.3.9/restAPI/readme.html#add-user-to-group

i am looking for add user with role to group

can you please explain with an example