Removing user access from a project

Hello everyone,

I am currently in the process of configuring API collections for Clockify in Postman, and then integrating them into OutSystems.

However, I am facing an issue with revoking access to users from a project. I have gone through the documentation, but I could only find information on how to add users to a project and update their membership.

Can someone guide me on how to remove access to a user from a project?

Thank you for your assistance.

Hello Andrew,

You can removes user access on a project by changing the project memberships - simply exclude the userID of the user you wish to remove and that should do the trick!

The call you can use for this is - Update Memberships

Cheers!

1 Like

Thank you for your feedback, Mishko.

It appears that Clockify requires a membership UserId to be filled in, so I decided to implement a new logic that automatically grants access to the Clockify Workspace Admin if a user is removed from a project.

Based on my testing, everything seems to be working perfectly fine now.

1 Like

Hello Andrew,

That’s great news! Feel free to reach out anytime in case you have any questions regarding Clockify.

Cheers!