Skip to content

设置租户管理员

需通过签名认证

URL

/tenant/manager/on

参数

json
{
    "uid": "用户ID"
}

cURL示例

bash
curl -X POST \
    -H 'Content-Type: application/json' \
    -d '{"uid": "用户ID"}' \
    https://abc.com/tenant/manager/on?lang=zh&timestamp=1234567890123&sign=abc123

成功返回

json
""