List Local Access Groups

List Local Access Groups

Required Privileges : (This server version allows only Administrators on Root access group to login. These privileges are NOT relevant currently but will be applicable in later server versions.)

At least one of the listed privileges is required -

Privileges Description
GLOBAL_PERMISSION_VIEW This privilege is required to read all local access groups.
FOLDER_VIEW This privilege is required to read specific local access groups to which the caller has permission.
Request
URI
GET
https://{api_host}//localhost/rest/config/v1/local-access-groups
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "deletable": true,
        "description": "This access group can be used to delegate administration of sales team inventories to specific administrators.",
        "id": "42e47f15-aad0-221a-b231-ea4a3a134ec9",
        "name": "Sales"
    }
]

401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure