Skip to main content
Server path: /turbot-pipes-orgs | Type: Application | PCID required: Yes

Tools


turbot_pipes_orgs_actor_get

Actor information

turbot_pipes_orgs_actor_list_activity

List actor activity Parameters:
ParameterTypeRequiredDefaultDescription
limitintegerNoThe 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_tokenstringNoWhen 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:
ParameterTypeRequiredDefaultDescription
limitintegerNoThe 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_tokenstringNoWhen 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:
ParameterTypeRequiredDefaultDescription
limitintegerNoThe 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_tokenstringNoWhen 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:
ParameterTypeRequiredDefaultDescription
limitintegerNoThe 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_tokenstringNoWhen 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:
ParameterTypeRequiredDefaultDescription
limitintegerNoThe 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_tokenstringNoWhen 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:
ParameterTypeRequiredDefaultDescription
display_namestringNodisplay_name
handlestringYeshandle
plan_idstringNoplan_id
urlstringNourl

turbot_pipes_orgs_org_delete

Delete org Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesSpecify the handle of the organization which need to be deleted.

turbot_pipes_orgs_org_get

Get org Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesSpecify the handle of an organization whose information you want to retrieve.

turbot_pipes_orgs_org_list

List orgs Parameters:
ParameterTypeRequiredDefaultDescription
limitintegerNoThe 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_tokenstringNoWhen 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:
ParameterTypeRequiredDefaultDescription
org_handlestringYesSpecify the org handle to get the audit logs.
limitintegerNoThe 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_tokenstringNoWhen 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:
ParameterTypeRequiredDefaultDescription
org_handlestringYesSpecify the handle of the org whose constraints you want to retrieve.
wherestringNoThe 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.
limitintegerNoThe 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_tokenstringNoWhen 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:
ParameterTypeRequiredDefaultDescription
org_handlestringYesSpecify the handle of the organization where the member need to be created.
handlestringYeshandle
rolestringYesrole

turbot_pipes_orgs_org_member_delete

Delete org member Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesSpecify the handle of the organization where the member exists.
user_handlestringYesSpecify the handle of the user which need to be removed.

turbot_pipes_orgs_org_member_get

Get org member Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesSpecify the organization handle where the member is associated.
user_handlestringYesSpecify the handle of the user whose information you want to retrieve.

turbot_pipes_orgs_org_member_invite

Invite org member Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesSpecify the handle of an organization where the member need to be invited.
emailstringNoemail
handlestringNohandle
rolestringYesrole

turbot_pipes_orgs_org_member_list

List Organization Members Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesSpecify the organization handle.
qstringNoOptional free-text search to filter the org members.
limitintegerNoThe 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_tokenstringNoWhen 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:
ParameterTypeRequiredDefaultDescription
org_handlestringYesSpecify the handle of the organization where the member exists.
user_handlestringYesSpecify the handle of the user whose role need to be updated.
rolestringYesrole

turbot_pipes_orgs_org_service_account_create

Create a service account at the organization level Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization where the service account will be created
descriptionstringNoThe description of the service account user.
titlestringNoThe title of the service account user.

turbot_pipes_orgs_org_service_account_delete

Delete an organization service account Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization
service_account_identifierstringYesThe ID of the service account to delete

turbot_pipes_orgs_org_service_account_get

Get organization service account Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization
service_account_identifierstringYesThe ID of the service account

turbot_pipes_orgs_org_service_account_list

List organization service accounts Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization
limitintegerNoMaximum number of items to return. Default 100. Max 1000.
next_tokenstringNoWhen 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.
includestringNoAdditional data to include. Supported value: tokens.

turbot_pipes_orgs_org_service_account_update

Update an organization service account Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization
service_account_identifierstringYesThe ID of the service account to update
descriptionstringNoThe description of the service account user.
titlestringNoThe title of the service account user.
token_min_issued_atstringNoThe time which user and temporary auth tokens must be issued after.

turbot_pipes_orgs_org_update

Update org Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesSpecify the handle of the organization which need to be updated.
display_namestringNodisplay_name
handlestringNohandle
token_min_issued_atstringNoThe time which user and temporary auth tokens must be issued after.
urlstringNourl
usage_compute_actionstringNousage_compute_action
usage_compute_thresholdintegerNousage_compute_threshold
usage_storage_actionstringNousage_storage_action
usage_storage_thresholdintegerNousage_storage_threshold
usage_user_actionstringNousage_user_action
usage_user_thresholdintegerNousage_user_threshold

turbot_pipes_orgs_user_get

Get user Parameters:
ParameterTypeRequiredDefaultDescription
user_handlestringYesSpecify the handle of the user whose information you want to retrieve.

turbot_pipes_orgs_user_list

List users Parameters:
ParameterTypeRequiredDefaultDescription
limitintegerNoThe 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_tokenstringNoWhen 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:
ParameterTypeRequiredDefaultDescription
user_handlestringYesSpecify the handle of the user which need to be updated.
display_namestringNodisplay_name
handlestringNohandle
token_min_issued_atstringNoThe time which user and temporary auth tokens must be issued after.
urlstringNourl
usage_compute_actionstringNousage_compute_action
usage_compute_thresholdintegerNousage_compute_threshold
usage_storage_actionstringNousage_storage_action
usage_storage_thresholdintegerNousage_storage_threshold