Save user permissions (admin only)​
PUT
/api/users/{id}/permissions
Authorizations​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
id*
Type
Requiredinteger
Request Body​
application/json
JSON{"entity_type": "string","scope": "string","can_create": true,"can_read": true,"can_write": true}
[
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
]
Responses​
Permissions saved
application/json
JSON"message": "string"
{
 Â
}