organization_name()
Property access to organization nameorganization_id()
Property access to organization UUIDget_organization_name()
Class method to retrieve organization nameReturns
str
get_organization_id()
Class method to retrieve organization UUIDReturns
UUID
Examples
Using ConnectionMixin in a custom class:property organization_name
Get the organization name from the connection.Returns
Name of the organization associated with the current connection.
property organization_id
Get the organization UUID from the connection.Returns
Unique identifier of the organization associated with the current connection.
classmethod get_organization_name()
Get the organization name from the global connection.Returns
Name of the organization associated with the current connection.
classmethod get_organization_id()
Get the organization UUID from the global connection.Returns
Unique identifier of the organization associated with the current connection.