/user/permissions

View as Markdown
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_emailstringRequired
dataset_uuidstringRequired
permissionstringRequired

Response headers

Cache-ControlstringOptional
X-Debug-TokenstringOptional
Keep-AlivestringOptional

Response

OK
userobject
datasetslist of objects