Get Local Access Group

Get Local Access Group

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/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns LocalAccessGroupInfo of type(s) */*
{
    "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"
}
boolean
deletable
Optional

Indicates whether this access group can be deleted.

string
description
Optional

Access group description.

string
id
Optional

Unique ID representing this access group.

string
name
Optional

Access group name.


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

404

Not Found

Operation doesn't return any data structure