Netskope Global Technical Success (GTS)
Using REST API V2 to list users belonging to a specific group (SCIM)
Netskope Cloud Version - 121
Objective
Use REST API V2 to obtain the members belonging to a group retrieved through SCIM
Prerequisite
The flag "SCIM Query Attributes Support for Group Membership" needs to be enabled. Please contact your CSM or open a ticket with the GTS team requesting to enable this flag in your tenant. No additional licensing is required.
Context
The client wishes to obtain the list of users who are members of a group that was brought into the tenant using SCIM.
Configuration
If you have groups added to Netskope that are not using SCIM, this endpoint will not be applicable. Here is a step-by-step guide to obtaining the groups along with their members.
To begin, retrieve the Group ID for the target group using the following endpoint:
Next, use the following REST API V2 endpoint, which is affected by the aforementioned flag:
- In the request, you'll need to include the "members" attribute and the "Group ID" obtained in the previous step.
- The result will be the group along with its current members.
Terms and Conditions
- All documented information undergoes testing and verification to ensure accuracy.
- In the future, it is possible that the application's functionality may be altered by the vendor. If any such changes are brought to our attention, we will promptly update the documentation to reflect them.
Notes
- This article is authored by Netskope Global Technical Success (GTS).
- For any further inquiries related to this article, please contact Netskope GTS by submitting a support case with 'Case Type – How To Questions'.




