
Kestra Plugin RemoveMember
CertifiedRemove a user from a group
Kestra Plugin RemoveMember
Remove a user from a group
Removes the specified user from the given group.
type: io.kestra.plugin.kestra.ee.iam.groups.RemoveMemberExamples
Remove a user from a group.
id: iam_group_remove_member
namespace: company.team
tasks:
- id: remove_member
type: io.kestra.plugin.kestra.ee.iam.groups.RemoveMember
groupId: "{{ outputs.upsert_group.id }}"
userId: "user-external-id"
Properties
groupId *Requiredstring
Group ID
userId *Requiredstring
User ID to remove
auth Non-dynamic
Select API authentication
Use either an API token or HTTP Basic (username/password); do not provide both.
io.kestra.plugin.kestra.AbstractKestraTask-Auth
API token for bearer auth
trueAutomatically retrieve credentials from Kestra's configuration if available
The default configuration can be configured globally inside the Kestra configuration file:
- Set
kestra.tasks.sdk.authentication.api-tokento use an API token - Set
kestra.tasks.sdk.authentication.usernameandkestra.tasks.sdk.authentication.passwordfor HTTP basic authentication The Enterprise edition also provides setting a default configuration at the Namespace of Tenant level by an administrator.
Password for HTTP Basic auth
Username for HTTP Basic auth
kestraUrl string
Override Kestra API endpoint
URL used for calls to the Kestra API. When null, renders {{ kestra.url }} from configuration; if still empty, defaults to http://localhost: 8080. Trailing slashes are stripped before use.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
tenantId string
Override target tenant
Tenant identifier applied to API calls; defaults to the current execution tenant.