OrganisationActions
Used to query the actions performed on a Xero organization. This includes tax filings, internal reports, and administrative changes.
Columns
| Name | Type | Description |
| Name [KEY] | String | The name of the permission associated with the app. This field identifies the specific action or capability being granted to the app (for example, 'Read', 'Write', 'Delete'). |
| Status | Bool | Indicates whether the action is permitted for the app. A value of 'true' means the app is allowed to perform the action, while 'false' means the action is not permitted. |
| TenantId | String | The unique identifier of the tenant. This ensures the query retrieves data specific to a particular tenant in multi-tenant environments, ensuring data isolation and proper access control. |