
Netskope ManageUser
CertifiedManage a user in Netskope via SCIM 2.0
Netskope ManageUser
Certified
Manage a user in Netskope via SCIM 2.0
Activates or deactivates a user in Netskope Security Cloud using a SCIM 2.0 PATCH operation.
yaml
type: io.kestra.plugin.netskope.scim.ManageUserExamples
yaml
id: disable_netskope_user
namespace: io.kestra.security
tasks:
- id: deactivate_user
type: io.kestra.plugin.netskope.scim.ManageUser
baseUrl: "https://{{ secret('NETSKOPE_TENANT') }}.goskope.com"
scimToken: "{{ secret('NETSKOPE_SCIM_TOKEN') }}"
userId: "{{ inputs.user_id }}"
active: false
Properties
active *Requiredbooleanstring
Whether the user should be active or inactive
baseUrl *Requiredstring
The base URL of the Netskope tenant
scimToken *Requiredstring
The SCIM Bearer token for authentication
userId *Requiredstring
The SCIM user ID to update
Outputs
active boolean
Default
falseThe active status that was set on the user
userId string
The ID of the updated user