curl --location -g --request PUT 'https://dev.worktile.com/api/scim/groups/{_group_id}?access_token={access_token}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"displayName": "python测试部",
"description": "test python code",
"shortCode": "PY003",
"parent": "61baf80fd3cc862d169d7517",
"members": [{
"value": "28a8aaa33f8947578d1bc6933953b552"
}, {
"value": "7dc5f1ffc73743cca5445e729f50e4aa"
}, {
"value": "3af3b3af8e3a45a791951562176e6236"
}]
}'
{}