Path: blob/master/Clockify/Clockify_Remove_user_from_workspace.ipynb
3514 views
Kernel: Python 3

Clockify - Remove user from workspace
Tags: #clockify #workspace #remove #user #api #rest
Author: Florent Ravenel
Last update: 2023-05-16 (Created: 2023-04-05)
Description: This notebook explains how to remove a user from a workspace using the Clockify API.
Input
Import libraries
In [ ]:
Setup Variables
api_key: Get your API keyworkspace_id: ID of the workspace from which the user will be removed.user_id: ID of the user to be removed.
In [ ]:
Model
Remove user from workspace
This function removes a user from a workspace using the Clockify API.
In [ ]:
Output
Display result
In [ ]: