{
"os_user": {
"external_bucket_quota_max_objects": 0,
"external_bucket_quota_max_size": 0,
"local_bucket_quota_max_objects": 0,
"user_quota_max_objects": 0,
"suspended": true,
"op_mask": "string",
"display_name": "string",
"local_bucket_quota_max_size": 0,
"bucket_quota_max_size": 0,
"local_user_quota_max_objects": 0,
"email": "string",
"user_quota_max_size": 0,
"description": "string",
"policy_polling_enabled": true,
"location_constraint_enabled": true,
"external_user_quota_max_objects": 0,
"properties": {
"mobile": "string",
"area_code": "string",
"user_type": 0,
"contact_person": "string",
"user_name": "string",
"email": "string"
},
"local_user_quota_max_size": 0,
"max_buckets": 0,
"bucket_quota_max_objects": 0,
"external_user_quota_max_size": 0,
"policy_id": 0
}
}curl --location --request PATCH 'http://10.16.11.91:6012/sddc/v1/v1/os-users/' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"os_user": {
"external_bucket_quota_max_objects": 0,
"external_bucket_quota_max_size": 0,
"local_bucket_quota_max_objects": 0,
"user_quota_max_objects": 0,
"suspended": true,
"op_mask": "string",
"display_name": "string",
"local_bucket_quota_max_size": 0,
"bucket_quota_max_size": 0,
"local_user_quota_max_objects": 0,
"email": "string",
"user_quota_max_size": 0,
"description": "string",
"policy_polling_enabled": true,
"location_constraint_enabled": true,
"external_user_quota_max_objects": 0,
"properties": {
"mobile": "string",
"area_code": "string",
"user_type": 0,
"contact_person": "string",
"user_name": "string",
"email": "string"
},
"local_user_quota_max_size": 0,
"max_buckets": 0,
"bucket_quota_max_objects": 0,
"external_user_quota_max_size": 0,
"policy_id": 0
}
}'