Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Role.user

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Role.user
Re-export
import { Role } from "https://deno.land/x/appwrite@9.1.0/mod.ts";

Grants access to a specific user by user ID.

You can optionally pass verified or unverified for status to target specific types of users.

Parameters

id: string
optional
status: string = [UNSUPPORTED]

Returns

string