Promote Owner

Promotes user to owner of the chat room.

📘 Room ID

The room ID can be located in the Symphony web or desktop client by clicking on the timestamp of any message in the conversation. This will open the Message Status module overlay, and the Conversation ID can be found in the overlay footer.

The room ID in the UI is in Standard Base64 encoding. When the room ID needs to be used in a URL, it should be in URLSafe Base64 encoding. To obtain the URLSafe Base64 room ID, replace forward slashes with underscores, replace pluses with minuses, and ignore any trailing equal signs.

Note: visit Overview for an overview of streams.

🚧 Required Permissions

Room members can only be promoted to owners by:

  • Owners of the room

  • Service Users with the User Provisioning role (members or not members of the room)

See Bot Permissions for a list of roles and associated privileges.

Last updated