根据这个documentation,我可以将用户添加到特定租户,有REST API可以做到这一点吗?
发布于 2021-01-13 23:10:59
您可以使用SCIM 2.0 API添加用户。
https://is.docs.wso2.com/en/5.9.0/develop/using-the-scim-2.0-rest-apis/#using-the-scim-20-rest-apis
https://stackoverflow.com/questions/65704577
相似问题