Size of a group through okta-sdk-nodejs

Is there a way to get the number of users in a group through the sdk?
I can see a way through API, Okta Help Center (Lightning).

Hello,

Most of the Management SDK allow you to include query params for the API endpoints. For example,

Which SDK were you inquiring about?

Thank You,

I was trying to find the number of users in a group when I look for it with the group ID. Something like client.getGroup('abcde')
This gives me information about the group. I was wondering if there is a way I can get just the size without having to get the users and then check the size.

Found it: Okta API wrapper for Node.js Index

Call other API Endpoints

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.