/launchdarkly-account | Type: Application | PCID required: Yes
Tools
launchdarkly_account_create_oauth2client
Create a LaunchDarkly OAuth 2.0 client Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | Description of your OAuth 2.0 client. |
name | string | No | — | The name of your new LaunchDarkly OAuth 2.0 client. |
redirectUri | string | No | — | The redirect URI for your new OAuth 2.0 application. This should be an absolute URL conforming with the standard HTTPS protocol. |
launchdarkly_account_delete_custom_role
Delete custom role Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
customRoleKey | string | Yes | — | The custom role key |
launchdarkly_account_delete_member
Delete account member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The member ID |
launchdarkly_account_delete_oauth_client
Delete OAuth 2.0 client Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
clientId | string | Yes | — | The client ID |
launchdarkly_account_delete_team
Delete team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamKey | string | Yes | — | The team key |
launchdarkly_account_delete_token
Delete access token Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the access token to update |
launchdarkly_account_get_custom_role
Get custom role Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
customRoleKey | string | Yes | — | The custom role key or ID |
launchdarkly_account_get_custom_roles
List custom roles Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The maximum number of custom roles to return. Defaults to 20. |
offset | integer | No | — | Where to start in the list. Defaults to 0. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit. |
launchdarkly_account_get_member
Get account member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The member ID |
expand | string | No | — | A comma-separated list of properties that can reveal additional information in the response. |
launchdarkly_account_get_members
List account members Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The number of members to return in the response. Defaults to 20. |
offset | integer | No | — | Where to start in the list. This is for use with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit. |
filter | string | No | — | A comma-separated list of filters. Each filter is of the form field:value. Supported fields are explained above. |
expand | string | No | — | A comma-separated list of properties that can reveal additional information in the response. |
sort | string | No | — | A comma-separated list of fields to sort by. Fields prefixed by a dash ( - ) sort in descending order. |
launchdarkly_account_get_oauth_client_by_id
Get client by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
clientId | string | Yes | — | The client ID |
launchdarkly_account_get_oauth_clients
Get clientslaunchdarkly_account_get_team
Get team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamKey | string | Yes | — | The team key. |
expand | string | No | — | A comma-separated list of properties that can reveal additional information in the response. |
launchdarkly_account_get_team_maintainers
Get team maintainers Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamKey | string | Yes | — | The team key |
limit | integer | No | — | The number of maintainers to return in the response. Defaults to 20. |
offset | integer | No | — | Where to start in the list. This is for use with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit. |
launchdarkly_account_get_team_roles
Get team custom roles Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamKey | string | Yes | — | The team key |
limit | integer | No | — | The number of roles to return in the response. Defaults to 20. |
offset | integer | No | — | Where to start in the list. This is for use with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit. |
launchdarkly_account_get_teams
List teams Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The number of teams to return in the response. Defaults to 20. |
offset | integer | No | — | Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and returns the next limit items. |
filter | string | No | — | A comma-separated list of filters. Each filter is constructed as field:value. |
expand | string | No | — | A comma-separated list of properties that can reveal additional information in the response. |
launchdarkly_account_get_token
Get access token Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the access token |
launchdarkly_account_get_tokens
List access tokens Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
showAll | boolean | No | — | If set to true, and the authentication access token has the ‘Admin’ role, personal access tokens for all members will be retrieved. |
limit | integer | No | — | The number of access tokens to return in the response. Defaults to 25. |
offset | integer | No | — | Where to start in the list. This is for use with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit. |
launchdarkly_account_patch_custom_role
Update custom role Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
customRoleKey | string | Yes | — | The custom role key |
comment | string | No | — | Optional comment |
patch | object[] | Yes | — | The patch value |
launchdarkly_account_patch_member
Modify an account member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The member ID |
body | object[] | Yes | — | Request body |
launchdarkly_account_patch_members
Modify account members Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
comment | string | No | — | Optional comment describing the update |
instructions | object[] | Yes | — | The instructions value |
launchdarkly_account_patch_oauth_client
Patch client by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
clientId | string | Yes | — | The client ID |
body | object[] | Yes | — | Request body |
launchdarkly_account_patch_team
Update team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamKey | string | Yes | — | The team key |
expand | string | No | — | A comma-separated list of properties that can reveal additional information in the response. Supported fields are explained above. |
comment | string | No | — | Optional comment describing the update |
instructions | object[] | Yes | — | The instructions value |
launchdarkly_account_patch_teams
Update teams Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
comment | string | No | — | Optional comment describing the update |
instructions | object[] | Yes | — | The instructions value |
launchdarkly_account_patch_token
Patch access token Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the access token to update |
body | object[] | Yes | — | Request body |
launchdarkly_account_post_custom_role
Create custom role Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
basePermissions | string | No | — | Base Permissions |
description | string | No | — | Description of custom role |
key | string | Yes | — | The custom role key |
name | string | Yes | — | A human-friendly name for the custom role |
policy | object[] | Yes | — | The policy value |
resourceCategory | string | No | — | Resource Category |
launchdarkly_account_post_member_teams
Add a member to teams Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The member ID |
teamKeys | string[] | Yes | — | List of team keys |
launchdarkly_account_post_members
Invite new members Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
body | object[] | Yes | — | Request body |
launchdarkly_account_post_team
Create team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
expand | string | No | — | A comma-separated list of properties that can reveal additional information in the response. Supported fields are explained above. |
customRoleKeys | string[] | No | — | List of custom role keys the team will access |
description | string | No | — | A description of the team |
key | string | Yes | — | The team key |
memberIDs | string[] | No | — | A list of member IDs who belong to the team |
name | string | Yes | — | A human-friendly name for the team |
permissionGrants | object[] | No | — | A list of permission grants. Permission grants allow access to a specific action, without having to create or update a custom role. |
roleAttributes | object | No | — | Role Attributes |
launchdarkly_account_post_team_members
Add multiple members to team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamKey | string | Yes | — | The team key |
file | string | No | — | CSV file containing email addresses |
launchdarkly_account_post_token
Create access token Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
customRoleIds | string[] | No | — | A list of custom role IDs to use as access limits for the access token |
defaultApiVersion | integer | No | — | The default API version for this token |
description | string | No | — | A description for the access token |
inlineRole | object[] | No | — | A JSON array of statements represented as JSON objects with three attributes: effect, resources, actions. May be used in place of a role. |
name | string | No | — | A human-friendly name for the access token |
role | string | No | — | Base role for the token |
serviceToken | boolean | No | — | Whether the token is a service token |
launchdarkly_account_reset_token
Reset access token Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the access token to update |
expiry | integer | No | — | An expiration time for the old token key, expressed as a Unix epoch time in milliseconds. By default, the token will expire immediately. |

