/user/permissions
/user/permissions
POST - update a user's permission settings to allow the desired permission for a dataset. The token owner must have admin permissions on the dataset or be a super-admin to set the permissions for the desired user.
Example input (used in this request URL):
```
FORM DATA
user_email: {user_email},
dataset_uuid: {dataset_uuid},
permission: {"admin"|"edit_all"|"view_all"|"view_only"}
```
Available - all API versions
Request
This endpoint expects a multipart form.
user_email
dataset_uuid
permission
Response headers
Cache-Control
X-Debug-Token
X-Debug-Token-Link
Keep-Alive
Response
OK
user
datasets

