Groups
Shows all of the current users groups/acls
Defined in: groups.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Groups()
Displays the userd Group/ACL info and flags wich Group/ACL is currently active
|
Class Detail
Groups()
Displays the userd Group/ACL info and flags wich Group/ACL is currently active
- Returns:
- [ { name: string; id: number; description: string; active: boolean; acls: [ { name: string; id: string; description: string; rootPath: string; active: boolean; } ] } ]
/wf/restapi/v2/groups Parameters: Response: [ { "name": "users", "id": 6, "description": "all of the system users", "active": true, "acls": [ { "name": "Index", "id": "0_6_19C23781-5F8A-459F-A98F-7A83031775D0", "description": "", "rootPath": "", "active": true } ] }, { "name": "TwoAcls", "id": 8, "description": "This group has 2 acls", "active": false, "acls": [ { "name": "The first acl", "id": "0_8_EDDAFC45-6C93-4AC1-B885-091BE211216E", "description": "This is the first acl in the group", "rootPath": "rootFolderPath/test/", "active": false }, { "name": "SecondAcl", "id": "0_8_DF42509D-4D23-4206-98F2-19C08DC1C8DF", "description": "this is the second acl", "rootPath": "", "active": false } ] } ]
/wf/restapi/v2/groups If you want to run the REST Parameters: acl_id=0_8_EDDAFC45-6C93-4AC1-B885-091BE211216E Response: [ { "name": "users", "id": 6, "description": "all of the system users", "active": false, "acls": [ { "name": "Index", "id": "0_6_19C23781-5F8A-459F-A98F-7A83031775D0", "description": "", "rootPath": "", "active": false } ] }, { "name": "TwoAcls", "id": 8, "description": "This group has 2 acls", "active": true, "acls": [ { "name": "The first acl", "id": "0_8_EDDAFC45-6C93-4AC1-B885-091BE211216E", "description": "This is the first acl in the group", "rootPath": "rootFolderPath/test/", "active": true }, { "name": "SecondAcl", "id": "0_8_DF42509D-4D23-4206-98F2-19C08DC1C8DF", "description": "this is the second acl", "rootPath": "", "active": false } ] } ]