< Back

Get-OneLoginGroup

Sat Jan 18, 2020 6:05 pm

NAME Get-OneLoginGroup



SYNOPSIS

Retrieves groups from a OneLogin account.





SYNTAX

Get-OneLoginGroup [<CommonParameters>]





DESCRIPTION

Retrieves groups from a OneLogin account.





PARAMETERS

-Identity <>

Specifies the numeric id of a OneLogin group. If you do not include this parameter, all available groups will

be returned.



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



OUTPUTS

OneLoginGroup







NOTES









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



Get-OneLoginGroup



This example returns all groups in the OneLogin account.

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



Get-OneLoginGroup -Identity 19848683



This example demonstrates how to use the -Identity parameter to return a single group object.



RELATED LINKS

OneLogin groups https://developers.onelogin.com/api-doc ... get-groups