Retrieve a user grant
GET {{baseUrl}}/user-grants/:id
Retrieve a user grant
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-None-Match | string | Specifies the ETag of the resource | |
x-user-role | string | (Required) Specifies the user role with which the user intends to perform the operation | |
Accept | string |
RESPONSES
status: OK
{"id":"a1b2c3d4","userId":"a1b2c3d4","role":"ORGANIZATION_ADMIN","node":{"id":"a1b2c3d4","name":"Europe","path":"/1/134/230","pathName":"/WORLD/Europe/Berlin"},"product":{"id":"a1b2c3d4","name":"PLC","path":"/2/741/143","pathName":"/ALL/PLC/S7"}}