Jump to content

getUsers(isactive=True)


michele

Recommended Posts

Hi,

 

it would be handy if the API had the functionality to get the list of active users.

You currently only have ftrack.getUsers() then we have to filter out using user.get('isactive').

 

It would be great if you had an optional additional argument to specify if we are interested in active, inactive, all users.

for instance: ftrack.getUsers(isactive=True), ftrack.getUsers(isactive=False), ftrack.getUsers() 

 

Thanks!

M.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...