Plugins
add_plugin
TagmeClientAdvanced.add_plugin(user_id: str, plugin: Plugin, organization_id: str | None = None, ) → None
Add new plugin to user. If it has same route as another plugin, it would be replaced.
Parameters |
* * * |
remove_plugin
TagmeClientAdvanced.remove_plugin(user_id: str, route: str, plugin_type: PluginTypes, organization_id: str | None = None, ) → None
Remove plugin from user by its route.
Parameters |
* * * * |