In PingFederate, is there an API to query a list of users and a list of groups?

Deadly 提交于 2019-12-25 11:59:13

问题


I can use OpenAM to query a list of users and a list of groups by using its REST API:

/openam/json/users?_queryID=*
/openam/json/groups?_queryID=*

Is there an equivalent (or similar) API of the above in PingFederate?


回答1:


This is not something that is currently available in the product. The reason being that it can use any of a number of user stores (adapters in the product's terminology) at the same time, and it doesn't have a specific set of users.

If you are a current customer, you could request it.



来源:https://stackoverflow.com/questions/25692571/in-pingfederate-is-there-an-api-to-query-a-list-of-users-and-a-list-of-groups

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!