Create a new user grant

POST {{baseUrl}}/user-grants

Creates a new user grant

Request Body

{"userId"=>"<string>", "role"=>"<string>", "nodeId"=>"<string>", "productId"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
x-user-rolestring(Required) Specifies the user role with which the user intends to perform the operation
Content-Typestring
Acceptstring

RESPONSES

status: Created

&quot;&quot;