User Group List
For information on the User Group List APIs, see the following URL:
https://api.app.secunia.com/api/user-groups/
User Groups are a grouping of roles to the system and can be assigned to users. Including a user into User Groups means granting the user access to all the roles contained within those User Groups.
You have full access to the User Groups and the system offers you a list of predefined User Groups that you can edit, delete, alter and grant as you see fit.
API supported endpoint actions and available methods for User Group List APIs include:
• | Available Methods for User Group List |
• | User Group Fields for Create/Edit |
Available Methods for User Group List
The following are available methods for User Group List.
Method |
Description |
get list |
GET <URL> |
get instance details |
GET <URL><id>/ |
create instance |
POST <URL> |
edit instance |
PUT <URL><id>/ |
delete instance |
DELETE <URL><id>/ |
User Group Fields for Create/Edit
The following are user group fields for Create/Edit.
Field |
Description |
name (string) |
The user group name visible in the interface |
description (string) |
Further information about the user group |
groups (list of int) |
List of system groups / roles that the user group is composed of |