This article details how to run a report to determine all the existing groups in Okta.
- Okta Groups
- API
Currently, this kind of report cannot be obtained via the Okta Dashboard. However, the following Okta API can be used to gather this information:
GET {{yourOktaDomain}}/api/v1/groups
Please refer to the document in the Related References section for more details.
