< Back

Get-EdgeDeveloper

Sun Jan 19, 2020 6:03 pm

NAME Get-EdgeDeveloper



SYNOPSIS

Get one or more developers from Apigee Edge





SYNTAX

Get-EdgeDeveloper [[-Name] <String>] [[-Org] <String>] [[-Params] <Hashtable>] [<CommonParameters>]





DESCRIPTION

Get one or more developers from Apigee Edge





PARAMETERS

-Name <String>

Optional. The name of the developer to retrieve. This can be either the

email address or the developerId. If you do specify this parameter, you'll

get a developer entity. If you do not specify it, the return value is a list

of email addresses for all developers.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Org <String>

The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Params <Hashtable>

Hash table with query options for the specific collection type



Example for getting all details of developers:

-Params @{

expand = 'true'

}



Required? false

Position? 3

Default value

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



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-EdgeDeveloper -Org cap500













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-EdgeDeveloper -Name lx7kRoayaqsgm96i













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-EdgeDeveloper -Name tlasorda@example.org













-------------------------- EXAMPLE 4 --------------------------



PS C:\\>Get-EdgeDeveloper -Params @{ expand = 'true' }















RELATED LINKS