Groups
Managing groups can be done via the API. The following routes are available.
Get all groups
Headers
Name
Type
Description
{
"groups":[
{
"id":"group_id",
"groupname": "name":,
"allowed_ips":"192.168.1.1, 10.1.1.1/32",
"allow_sftp_scp_rsync":false,
"allow_upload_portal": false,
"allow_ftp": false,
"allow_admin": true,
"allow_webportal": true,
"allow_ftps": true,
"allow_inboxes": true,
"allow_shared_links": false,
"allow_workflows": false
}
]
}Get an individual group by ID
Headers
Name
Type
Description
Create an group
Headers
Name
Type
Description
Request Body
Name
Type
Description
Update an existing group
Headers
Name
Type
Description
Request Body
Name
Type
Description
Delete a group by ID
Headers
Name
Type
Description
Get all group members
Headers
Name
Type
Description
Last updated