member_space_limits/set_custom_quota

POST https://api.dropboxapi.com/2/team/member_space_limits/set_custom_quota

memberspacelimits/setcustomquota

scope: members.read

Set users custom quota. Custom quota has to be at least 15GB. A maximum of 1000 members can be specified in a single call.

Request Body

{"users_and_quotas"=>[{"user"=>{".tag"=>"team_member_id", "team_member_id"=>"dbmid:efgh5678"}, "quota_gb"=>30}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

[{".tag":"other"}]