• 检查指定的用户名是否存在。

    在开启安全配置情况下, 需要 '查看所有用户' 权限才能访问

    check the username exists in current tenant or not

    Parameters

    • username: string

    Returns boolean

    Example

    import * as user from 'user'

    let res=user.exists(username)