DirOrganizationalGroup.fetchAll(session)

Retrieves the list of all the available groups in the Directory. If there are no groups in the organization, then an empty list is returned For example: allGroups = DirOrganizationalGroup.fetchAll(session : mySession) i= 0 for each g in allGroups do lines[i] = [g.displayName,g.id] i = i +1 end

Arguments:

Name Type Description Mode
session Fuego.Fdi.DirectorySession an active session with the directory provider in