<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D5KZ00000ruqEv0AIOkta Classic EngineAPI Access ManagementAnswered2025-06-30T15:52:28.000Z2025-06-12T12:49:10.000Z2025-06-30T15:52:28.000Z
  • TimL.58332 (Workflows)

    @AnshidT.53065 (Customer)​  -- You would need to leverage the System Log API to filter this kind of information. It goes back 90 days. You could structure your events to contain group add eventType and the target id of the user.

     

    You should be able to leverage the Okta Admin UI System Log to build out the filter structure you are wanting to use then port that directly into API calls.

     

    https://developer.okta.com/docs/api/openapi/okta-management/management/tag/SystemLog/#tag/SystemLog

     

    eventType eq "group.user_membership.add" and target.id eq "00uf6i1avbWq8TH4I5d7"

     

    You could have a target.id that is specifically the "group" you want to filter for, specific users by id, or both.

    Expand Post
    Selected as Best
  • Mihai N. (Okta, Inc.)

    Hi @AnshidT.53065 (Customer)​ , Thank you for reaching out to the Okta Community! 

     

    There are currently no reports specific public API. 

    You can pull the data from the from the Group Membership report by going to your Okta Admin Dashboard > Reports > Reports > Entitlements and Access > Group Membership

     

    In the meantime, you can suggest API feature improvement on the Okta Community page by going to the Community Ideas tab. Features suggested in our community are reviewed and can be voted and commented on by other members. High popularity will increase the likelihood of it being picked up by the Product Team and it being implemented. 

    More details here.

     

     

     

    If my answer helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you. 

     

    Hope my answer helps! 

     

    --

    Help others in the community by liking or hitting Select as Best if this response helped you.

    Collect them all. Learn a new skill and earn a new Okta Learning badge.

    This month's AMA topic: Okta Device Access. Ask away today.

    Expand Post
  • TimL.58332 (Workflows)

    @AnshidT.53065 (Customer)​  -- You would need to leverage the System Log API to filter this kind of information. It goes back 90 days. You could structure your events to contain group add eventType and the target id of the user.

     

    You should be able to leverage the Okta Admin UI System Log to build out the filter structure you are wanting to use then port that directly into API calls.

     

    https://developer.okta.com/docs/api/openapi/okta-management/management/tag/SystemLog/#tag/SystemLog

     

    eventType eq "group.user_membership.add" and target.id eq "00uf6i1avbWq8TH4I5d7"

     

    You could have a target.id that is specifically the "group" you want to filter for, specific users by id, or both.

    Expand Post
    Selected as Best
This question is closed.
Loading
Get date for which a user is added to a group using api