< Back

Update-EdgeDeveloper

Sun Jan 19, 2020 6:05 pm

NAME Update-EdgeDeveloper



SYNOPSIS

Update a developer in Apigee Edge.





SYNTAX

Update-EdgeDeveloper [-Name] <String> [-Email] <String> [-First] <String> [-Last] <String> [[-Attributes]

<Hashtable>] [[-Org] <String>] [<CommonParameters>]





DESCRIPTION

Update a Developer in Apigee Edge. When invoking this cmdlet you need

to specify the firstname, last name, email, and username, at a minimum. You

may also specify attributes.





PARAMETERS

-Name <String>

The user name of the Developer.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Email <String>

The Email address of the developer to update.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-First <String>

The first (given) name of the developer to update.



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Last <String>

The last (sur-) name of the developer to update.



Required? true

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Attributes <Hashtable>

Optional. Hashtable specifying custom attributes for the developer.

These will overwrite the existing attributes.



Required? false

Position? 5

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? 6

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:\\>Update-EdgeDeveloper -Name 'DC' -First Dino -Last Chiesa -Email dchiesa@example.org -Attributes @{

'shoesize' = 9 }















RELATED LINKS