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
Key | Datatype | Required | Description |
---|---|---|---|
x-user-role | string | (Required) Specifies the user role with which the user intends to perform the operation | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
""