/turbot-pipes-orgs | Type: Application | PCID required: Yes
Tools
turbot_pipes_orgs_actor_get
Actor informationturbot_pipes_orgs_actor_list_activity
List actor activity Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25. |
next_token | string | No | — | When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data. |
turbot_pipes_orgs_actor_list_connections
List actor connections Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25. |
next_token | string | No | — | When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data. |
turbot_pipes_orgs_actor_list_org_invites
List org invites for actor Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25. |
next_token | string | No | — | When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data. |
turbot_pipes_orgs_actor_list_orgs
List actor orgs Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25. |
next_token | string | No | — | When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data. |
turbot_pipes_orgs_actor_list_workspaces
List actor workspaces Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25. |
next_token | string | No | — | When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data. |
turbot_pipes_orgs_org_create
Create org Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
display_name | string | No | — | display_name |
handle | string | Yes | — | handle |
plan_id | string | No | — | plan_id |
url | string | No | — | url |
turbot_pipes_orgs_org_delete
Delete org Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | Specify the handle of the organization which need to be deleted. |
turbot_pipes_orgs_org_get
Get org Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | Specify the handle of an organization whose information you want to retrieve. |
turbot_pipes_orgs_org_list
List orgs Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25. |
next_token | string | No | — | When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data. |
turbot_pipes_orgs_org_list_audit_logs
Org audit logs Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | Specify the org handle to get the audit logs. |
limit | integer | No | — | The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25. |
next_token | string | No | — | When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data. |
turbot_pipes_orgs_org_list_usage
List org usage Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | Specify the handle of the org whose constraints you want to retrieve. |
where | string | No | — | The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API. |
limit | integer | No | — | The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25. |
next_token | string | No | — | When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data. |
turbot_pipes_orgs_org_member_create
Create Org Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | Specify the handle of the organization where the member need to be created. |
handle | string | Yes | — | handle |
role | string | Yes | — | role |
turbot_pipes_orgs_org_member_delete
Delete org member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | Specify the handle of the organization where the member exists. |
user_handle | string | Yes | — | Specify the handle of the user which need to be removed. |
turbot_pipes_orgs_org_member_get
Get org member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | Specify the organization handle where the member is associated. |
user_handle | string | Yes | — | Specify the handle of the user whose information you want to retrieve. |
turbot_pipes_orgs_org_member_invite
Invite org member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | Specify the handle of an organization where the member need to be invited. |
email | string | No | — | |
handle | string | No | — | handle |
role | string | Yes | — | role |
turbot_pipes_orgs_org_member_list
List Organization Members Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | Specify the organization handle. |
q | string | No | — | Optional free-text search to filter the org members. |
limit | integer | No | — | The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25. |
next_token | string | No | — | When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data. |
turbot_pipes_orgs_org_member_update
Update org member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | Specify the handle of the organization where the member exists. |
user_handle | string | Yes | — | Specify the handle of the user whose role need to be updated. |
role | string | Yes | — | role |
turbot_pipes_orgs_org_service_account_create
Create a service account at the organization level Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | The handle of the organization where the service account will be created |
description | string | No | — | The description of the service account user. |
title | string | No | — | The title of the service account user. |
turbot_pipes_orgs_org_service_account_delete
Delete an organization service account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | The handle of the organization |
service_account_identifier | string | Yes | — | The ID of the service account to delete |
turbot_pipes_orgs_org_service_account_get
Get organization service account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | The handle of the organization |
service_account_identifier | string | Yes | — | The ID of the service account |
turbot_pipes_orgs_org_service_account_list
List organization service accounts Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | The handle of the organization |
limit | integer | No | — | Maximum number of items to return. Default 100. Max 1000. |
next_token | string | No | — | When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data. |
include | string | No | — | Additional data to include. Supported value: tokens. |
turbot_pipes_orgs_org_service_account_update
Update an organization service account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | The handle of the organization |
service_account_identifier | string | Yes | — | The ID of the service account to update |
description | string | No | — | The description of the service account user. |
title | string | No | — | The title of the service account user. |
token_min_issued_at | string | No | — | The time which user and temporary auth tokens must be issued after. |
turbot_pipes_orgs_org_update
Update org Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
org_handle | string | Yes | — | Specify the handle of the organization which need to be updated. |
display_name | string | No | — | display_name |
handle | string | No | — | handle |
token_min_issued_at | string | No | — | The time which user and temporary auth tokens must be issued after. |
url | string | No | — | url |
usage_compute_action | string | No | — | usage_compute_action |
usage_compute_threshold | integer | No | — | usage_compute_threshold |
usage_storage_action | string | No | — | usage_storage_action |
usage_storage_threshold | integer | No | — | usage_storage_threshold |
usage_user_action | string | No | — | usage_user_action |
usage_user_threshold | integer | No | — | usage_user_threshold |
turbot_pipes_orgs_user_get
Get user Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
user_handle | string | Yes | — | Specify the handle of the user whose information you want to retrieve. |
turbot_pipes_orgs_user_list
List users Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25. |
next_token | string | No | — | When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data. |
turbot_pipes_orgs_user_update
Update user Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
user_handle | string | Yes | — | Specify the handle of the user which need to be updated. |
display_name | string | No | — | display_name |
handle | string | No | — | handle |
token_min_issued_at | string | No | — | The time which user and temporary auth tokens must be issued after. |
url | string | No | — | url |
usage_compute_action | string | No | — | usage_compute_action |
usage_compute_threshold | integer | No | — | usage_compute_threshold |
usage_storage_action | string | No | — | usage_storage_action |
usage_storage_threshold | integer | No | — | usage_storage_threshold |

