import { Users } from "https://deno.land/x/appwrite@12.1.0/mod.ts";
Update user labels
Update the user labels by its unique ID.
Labels can be used to grant access to resources. While teams are a way for user's to share access to a resource, labels can be defined by the developer to grant access without an invitation. See the Permissions docs for more info.
Type Parameters
Preferences extends Models.Preferences
Returns
Promise<Models.User<Preferences>>