Netskope ManageUser

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.ManageUser
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

Whether the user should be active or inactive

The base URL of the Netskope tenant

The SCIM Bearer token for authentication

The SCIM user ID to update

Reference (ref) of the pluginDefaults to apply to this task.

Defaultfalse

The active status that was set on the user

The ID of the updated user