Retrieves the list of team managers assigned to a specific user in a Clockify workspace. Team managers are users who have supervisory responsibilities over other users. Use this after obtaining valid workspace and user IDs from other actions.
pageintegerPage number for pagination, starting from 1. Default: 1.
userIdRequiredstringThe unique identifier (ID) of the user whose managers you want to find. Obtain this from the 'Find All Users On Workspace' action.
page-sizeintegerNumber of managers to return per page (1-5000). Default: 50.
sort-orderstringSort direction. ASCENDING for A-Z/low-to-high, DESCENDING for Z-A/high-to-low. Default: ASCENDING.
sort-columnstringColumn to sort the managers by. Options: ID (manager ID), EMAIL (email address), NAME (full name), NAME_LOWERCASE (case-insensitive name), ACCESS (access level), HOURLYRATE (hourly rate), COSTRATE (cost rate). Default: ID.
workspaceIdRequiredstringThe unique identifier (ID) of the workspace. Obtain this from the 'Get All My Workspaces' action.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.