group object
| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/group | returns a list of all groups |
| GET | /rest/{IF}/group/{id} | returns information about a single group object |
| GET | /rest/{IF}/group/{id}/user | information about assigned users |
available parameters
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| name | string | POST, PUT | name of the group, unique |
| status | string | POST, PUT | operational status |
| notes | text | POST, PUT | further notes or description |
| startpage | string | POST, PUT | startpage after logging in |
| defaultobj | string | POST, PUT | default object |