1. Scripting SDK

Impersonation

When impersonating a user, a new IMClient instance that acts on behalf of the specified user is returned.

To impersonate users, the user creating the initial IMClient needs to have the impersonation privilege. Only users in the superuser group have this privilege.

To impersonate a user (for example, Demo.User ):

IMClient impersonationClient = await MClient.ImpersonateAsync("Demo.User");
If you have suggestions for improving this article, let us know!