< Back

Get-OktaFactor

Sat Jan 18, 2020 5:46 pm

NAME Get-OktaFactor



SYNOPSIS

Gets all of a user's enrolled factors.





SYNTAX

Get-OktaFactor -User <User> [<CommonParameters>]





DESCRIPTION

Gets all of a user's enrolled factors.





PARAMETERS

-User <User>

The Okta user to return factors for.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

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

Okta.Sdk.User







OUTPUTS

Okta.Sdk.Factor







NOTES









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



PS C:\\> Get-OktaUser -Identity "matt" | Get-OktaFactor



Get the factors a user has enrolled.



RELATED LINKS

Factors https://developer.okta.com/docs/reference/api/factors