参数 | 属性 |
---|---|
operation | 提供为 "signin" |
email | 用户的邮箱地址 |
ts | 以数字格式表示的 GMT 0:0/UTC 当前时间 (以毫秒为单位) 例如,1341224998301 |
apikey | hexdigest(MD5(operation+email+remoteauthkey*+ts)) |
参数 | 属性 |
---|---|
operation | 提供为"signup" |
email | 用户的邮箱地址 |
ts | 以数字格式表示的 GMT 0:0/UTC 当前时间 (以毫秒为单位) 例如,1341224998301 |
loginname | 用户的登录名。它的长度应该在6到30个字符之间,必须包含字母和数字。您可以使用下划线[_] 和句点[.]. 例如: john.b) |
fullname | 用户名。(名(最大长度 :50) + 姓 (最大长度 :50)。例如: Stephanie Shane Snyder) |
utype | 提供为"portal" |
apikey | hexdigest(MD5(operation+email+loginName+fullName+utype+remoteauthkey*+ts)) |
redirect | 一旦成功注册: JSON响应为"0" 。否则: 返回"1"以将用户重定向至Zoho Desk。一旦成功注册,JSON响应将会是 - {"result":"success","info":"User Added"} |
错误消息 | 原因 |
---|---|
{"result":"failure","cause":"Unauthorized Access"} | 配置的域不正确或者域名拼写错误。 |
{"result":"failure","cause":"Unauthorized Access"} | 您的Zoho Desk许可似乎存在问题,或者您的版本不支持远程身份验证。 |
{"result":"failure","cause":"Unauthorized Access"} | 您提供了无效的 "apikey". |
{"result":"failure","cause":"Invalid Username"} | 您提供的用户名不正确。 |
{"result":"failure","cause":"LoginName already exists"} | "loginname"已存在。请提供其它的Login Name。 |
{"result":"failure","cause":"No Such User or User Deactivated"} | 邮箱地址不存在或者邮箱地址所关联的用户已经被禁用。 |
{"result":"failure","cause":"Operation not supported"} | operation参数既不是"signin"也不是"signup"。另外,是否已配置域名。 |
{"result":"failure","cause":"Request Delayed"} | "ts" 参数不正确,或者其值不在过去的3分钟之内。 |
https://support.zoho.com.cn/support/<myportalname>/RLConfig.do?actionName=showRL