Retrieve information about the current user’s organization including name, members, and balance.
Organization Ownership Model: TensorPool supports both individual user accounts and organization accounts.
Key Concepts:
Resource Listing:
Most list endpoints (e.g., /cluster/list, /job/list, /storage/list) support ?org=true query parameter to list organization-owned resources instead of personal resources.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.