Jump to content

Remove all users from phase


Paulo

Recommended Posts

I am trying to remove all users from one phase using the code:

userList = phase.getUsers()
for user_ftrack in userList :
    phase.unAssignUser(user_ftrack)

Its not working, its showing the error message: "FTrackError: User is not assigned to this phase"

What i am doing wrong here? Is there a better way to remove all the users from the phase?

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...