Share A File
Title |
Share a file with one or more users |
URL Path |
vault_rest/update_file_share |
Method |
POST |
Http return |
200, 400, 401, 403, 500 |
Table of Contents |
|
Last Updated |
15 Jul 2020 |
Method: POST
HTTP body |
json formatted request |
REQUIRED |
HTTP body sample
{
"fileId"
:
"849137c80bd443cca3c49328f4a32fe9"
,
"groupIds"
: [
19
],
"userIds"
: [
24
]
}