English
cURL
curl --request PATCH \ --url https://app.teable.io/api/organization/%7BorganizationId%7D/department-user/move \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"departmentId":"string","toDepartmentId":"string","userIds":["string"]}'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Move department users successfully