检查指定的用户名是否存在。
在开启安全配置情况下, 需要 '查看所有用户' 权限才能访问
check the username exists in current tenant or not
import * as user from 'user'let res=user.exists(username) Copy
import * as user from 'user'let res=user.exists(username)
检查指定的用户名是否存在。
在开启安全配置情况下, 需要 '查看所有用户' 权限才能访问
check the username exists in current tenant or not