Borislav wrote: > I was unable to find the method to get the owner of an object through > the Zope APIs. Any info will be appreciated. > > --Borislav maybe you look for owner_info... .owner_info()['id'] this will give you the id of the owner of an object. cheers, maik