Add-AdminPowerAppsSyncUser
Adds a user to the Dynamics 365 database.
Syntax
Add-AdminPowerAppsSyncUser
-EnvironmentName <String>
-PrincipalObjectId <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Add-AdminPowerAppsSyncUser cmdlet adds a user to the Dynamics 365 database.
Examples
EXAMPLE 1
Add-AdminPowerAppsSyncUser -EnvironmentName [Guid] -PrincipalObjectId [Guid]
Adds the specified user to the Dynamics 365 database that is linked in the specified environment.
Parameters
-ApiVersion
Version of Power Apps API to use.
Type: | String |
Position: | Named |
Default value: | 2019-05-01 |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
ID of the environment.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PrincipalObjectId
Object ID of the user to add.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |