put https://api-stage.onsched.com/v3/company//adjustUsers
Updates the roles of users associated with a company. This endpoint accepts an array of objects, where each object contains:
- email: The email address of a user associated with the company
- role: The updated role to assign to the user (admin, user, or resource)
Use this endpoint to promote/demote users or change their access level within the company. Only users with OWNER or ADMIN permissions can perform this operation.