This documentation provides details about the data that can be faked for an Organization.
To retrieve generated/fake data for an Organization see the following capabilities:
from socfaker import SocFaker
sc = SocFaker()
print(sc.organization.name)
print(sc.organization.domain)
print(sc.organization.division)
print(sc.organization.title)
.. automodule:: socfaker.organization
:members:
:undoc-members: