Groups resouce
      
      
    Get all system groups
OVERVIEW
Method to return the list of system groups.
 
Request URI
GET api/3/groups
Request Parameter
| Parameter | Description | 
|---|---|
| type (String) (Optional)  | 
org (Organisation groups) synced (Groups imported from an external system like Active directory) system (System groups)  | 
Response Body
An XML response providing the status of 200 OK of each successful addition. below response will be provided if the action is successful otherwise an error information.
<groups>
            <group>
                       <id>1<id>
                      <name></name>
                      <description></description>
           <type ></type >
           <numberofusers ></numberofusers >
</group>
</groups>
		Last Updated: Nov 08,2024
	
 
		
												
												
Comments
0 Comments