从userinfo API中获取/v2.1/accounts/{accountId}/users/{userId}/profile,,这不会返回公司名称、标题api url等属性:
发布于 2021-04-08 01:22:21
此端点(/profile)仅用于获取配置文件映像。
或者直接对用户执行GET以获取基本信息:
https://developers.docusign.com/docs/esign-rest-api/reference/users/users/get/
或者执行/settings/调用来获取用户设置:
https://developers.docusign.com/docs/esign-rest-api/reference/users/users/getsettings/
https://stackoverflow.com/questions/66990564
复制相似问题