Creates a shared-device permission entry
POST /v1/device/share
Summary
Creates a shared-device permission entry.
Authentication
No operation-level security requirement is documented here.
Parameters
None documented here.
Request Body
Required: Yes
application/json
deviceID(integer (int64), optional)emailAddress(string, optional)permissionList(string, optional)
Example
{
"deviceID": 201,
"emailAddress": "testuser@actionstreamer.com",
"permissionList": "Example value"
}
Responses
200
Success. No response body.
No response body schema documented.