< Back

Get-OneLoginUserApp

Sat Jan 18, 2020 6:05 pm

NAME Get-OneLoginUserApp



SYNOPSIS

Lists the OneLogin applications that a user has been granted access to.





SYNTAX

Get-OneLoginUserApp [<CommonParameters>]





DESCRIPTION

Use Add-OneLoginUserRole to add one or more roles to a OneLoginLists the OneLogin applications that a user has

been granted access to. These can be provisioned or personal applications and will include those provided manually

or via roles and mappings.





PARAMETERS

-Identity <>

Specifies the OneLogin user whose apps you'd like to query.



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

OneLoginApp







NOTES









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



PS C:\\> Get-OneLoginUser -Identity 12345678 | Get-OneLoginUserApp



This example shows how to retrieve all the applications granted to a OneLogin user.

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



PS C:\\> Get-OneLoginUser -Filter @{email = "Ronald*"} | Get-OneLoginUserApp



This example shows how to retrieve all the applications granted to any OneLogin user whose email address begins

with "Ronald".



RELATED LINKS

OneLogin user apps https://developers.onelogin.com/api-doc ... s-for-user