Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/appwrite/mod.ts>Users#updateLabels

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
method Users.prototype.updateLabels
Re-export
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.

Parameters

userId: string
labels: string[]