< Back

Get-DatabricksGroupMembers

Sat Jan 11, 2020 9:55 am

NAME Get-DatabricksGroupMembers



SYNOPSIS

Get a list of members of a group.





SYNTAX

Get-DatabricksGroupMembers [[-BearerToken] <String>] [[-Region] <String>] [-GroupName] <String>

[<CommonParameters>]





DESCRIPTION

Get a list of members of a group. If GroupName is not set, all Databricks users will be returned.





PARAMETERS

-BearerToken <String>

Your Databricks Bearer token to authenticate to your workspace (see User Settings in Datatbricks WebUI)



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Region <String>

Azure Region - must match the URL of your Databricks workspace, example northeurope



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-GroupName <String>

Name of the group for which you want to list members. If not provided, all Databricks users will be returned.



Required? true

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



NOTES





Author: Tadeusz Balcer.



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



PS C:\\>Get-DatabricksGroupMembers -BearerToken $BearerToken -Region $Region -GroupName acme















RELATED LINKS