
YemmC.47978 (Customer) asked a question.
Okta Groups linked to AD Group report
Is there ANY way I can get a report of a List of All Okta Group names and the Corresponding Linked AD Groups names?
I am looking for a way to get this information in a csv file.

Hello @YemmC.47978 (Customer) , thank you for contacting Okta Community.
Yes, there is a way. You need to leverage Okta Groups API—specifically, use the listGroups!in=query&path=search&t=request.
You can read more about it here:
Groups API
If you are unfamiliar with Okta API queries, I advise reaching out via devforum.okta.com. They will have more insight into this topic.
While we'll do our best to answer your questions here, this medium is more inclined towards Okta's core products and features (non-developer work).
Regards.
--
Ask Us Anything about Workflows now thru 10/31
@YemmC.47978 (Customer) -- To expand on what Diana provided you can simplify the process further just by searching for the source (The APP ID). This will return all of the groups sourced by the application ID in bold below. You would need to replace that with your AD App id (Obtained from URL when you navigate to Directory > Directory Integrations > AD Instance Name).
/api/v1/groups?search=source.id eq "0oarghcc8QHu5fkVR5d6"