< Back

Remove-OneLoginUser

Sat Jan 18, 2020 6:06 pm

NAME Remove-OneLoginUser



SYNOPSIS

Removes a user from your OneLogin account.





SYNTAX

Remove-OneLoginUser [<CommonParameters>]





DESCRIPTION

Removes a user from your OneLogin account.





PARAMETERS

-Identity <>

Specifies a OneLogin user you'd like to remove.



Required? false

Position? named

Default value None

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

OneLoginUser







OUTPUTS



NOTES









---------- -------------- Example 1 -------------- ----------



Get-OneLoginUser -Identity 123456 | Remove-OneLoginUser



This example shows how to remove a OneLogin user. Note that you'll be prompted to confirm that you'd like to take

this action.

---------- -------------- Example 2 -------------- ----------



Get-OneLoginUser -Identity 123456 | Remove-OneLoginUser -Confirm:$false



This example shows how to remove a OneLogin user without being prompted for confirmation.



RELATED LINKS

OneLogin users https://developers.onelogin.com/api-doc ... r-resource