Documentation Index
Fetch the complete documentation index at: https://rag-docs.peakfs.io/llms.txt
Use this file to discover all available pages before exploring further.
Description
The Get User Organization tool retrieves the name of the organization associated with the current user. This tool checks for active organization access and returns the name of the organization. If no active organization is found, the result defaults to “None”.Arguments
- None
Example Configuration
Response Handling
- Successful Response: If an active organization is found, the function returns:
result: The organization name.
- Error Handling: If no active organization is found, the function returns “None”.