How can i change Group channel creator?

[Problem/Question]
I create 1:1 group channel with using Sendbird Platform API.
I want to customize channel creator but i can’t find any information about that.
is it impossible to do that?? or is there any way that left user’s information(including user’s metadata) even if user left the channel.

Hi @pickn ,

To change the creator of a channel in Sendbird, you can use the Platform API’s “Update an open channel” or “Update a group channel” endpoints. You can update the “user_id” field in the request body to the new user ID that you want to set as the channel creator. Make sure to include the necessary authentication and authorization headers in your API request. For more details, you can refer to “Update a group channel” sections in the Sendbird Platform API documentation.

Let me know if you have any query.