GoogleApi.Admin.Directory_v1.Api.Groups (google_api_admin v0.34.1) View Source
API calls for all endpoints tagged Groups.
Link to this section Summary
Functions
Removes an alias.
Adds an alias for the group.
Lists all aliases for a group.
Retrieves a group's properties.
Retrieve all groups of a domain or of a user given a userKey (paginated)
Updates a group's properties. This method supports patch semantics.
Updates a group's properties.
Link to this section Functions
Link to this function
directory_groups_aliases_delete(connection, group_key, alias, optional_params \\ [], opts \\ [])
View SourceSpecs
directory_groups_aliases_delete( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Removes an alias.
Parameters
-
connection(type:GoogleApi.Admin.Directory_v1.Connection.t) - Connection to server -
group_key(type:String.t) - Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID. -
alias(type:String.t) - The alias to be removed -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
Returns
-
{:ok, %{}}on success -
{:error, info}on failure
Link to this function
directory_groups_aliases_insert(connection, group_key, optional_params \\ [], opts \\ [])
View SourceSpecs
directory_groups_aliases_insert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Admin.Directory_v1.Model.Alias.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Adds an alias for the group.
Parameters
-
connection(type:GoogleApi.Admin.Directory_v1.Connection.t) - Connection to server -
group_key(type:String.t) - Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:body(type:GoogleApi.Admin.Directory_v1.Model.Alias.t) -
-
-
opts(type:keyword()) - Call options
Returns
-
{:ok, %GoogleApi.Admin.Directory_v1.Model.Alias{}}on success -
{:error, info}on failure
Link to this function
directory_groups_aliases_list(connection, group_key, optional_params \\ [], opts \\ [])
View SourceSpecs
directory_groups_aliases_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Admin.Directory_v1.Model.Aliases.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all aliases for a group.
Parameters
-
connection(type:GoogleApi.Admin.Directory_v1.Connection.t) - Connection to server -
group_key(type:String.t) - Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
Returns
-
{:ok, %GoogleApi.Admin.Directory_v1.Model.Aliases{}}on success -
{:error, info}on failure
Link to this function
directory_groups_delete(connection, group_key, optional_params \\ [], opts \\ [])
View SourceSpecs
directory_groups_delete(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a group.
Parameters
-
connection(type:GoogleApi.Admin.Directory_v1.Connection.t) - Connection to server -
group_key(type:String.t) - Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
Returns
-
{:ok, %{}}on success -
{:error, info}on failure
Link to this function
directory_groups_get(connection, group_key, optional_params \\ [], opts \\ [])
View SourceSpecs
directory_groups_get(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.Admin.Directory_v1.Model.Group.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Retrieves a group's properties.
Parameters
-
connection(type:GoogleApi.Admin.Directory_v1.Connection.t) - Connection to server -
group_key(type:String.t) - Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
Returns
-
{:ok, %GoogleApi.Admin.Directory_v1.Model.Group{}}on success -
{:error, info}on failure
Link to this function
directory_groups_insert(connection, optional_params \\ [], opts \\ [])
View SourceSpecs
directory_groups_insert(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.Admin.Directory_v1.Model.Group.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a group.
Parameters
-
connection(type:GoogleApi.Admin.Directory_v1.Connection.t) - Connection to server -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:body(type:GoogleApi.Admin.Directory_v1.Model.Group.t) -
-
-
opts(type:keyword()) - Call options
Returns
-
{:ok, %GoogleApi.Admin.Directory_v1.Model.Group{}}on success -
{:error, info}on failure
Link to this function
directory_groups_list(connection, optional_params \\ [], opts \\ [])
View SourceSpecs
directory_groups_list(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.Admin.Directory_v1.Model.Groups.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Retrieve all groups of a domain or of a user given a userKey (paginated)
Parameters
-
connection(type:GoogleApi.Admin.Directory_v1.Connection.t) - Connection to server -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:customer(type:String.t) - The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain. As an account administrator, you can also use themy_customeralias to represent your account'scustomerId. ThecustomerIdis also returned as part of the Users -
:domain(type:String.t) - The domain name. Use this field to get fields from only one domain. To return all domains for a customer account, use thecustomerquery parameter instead. -
:maxResults(type:integer()) - Maximum number of results to return. Max allowed value is 200. -
:orderBy(type:String.t) - Column to use for sorting results -
:pageToken(type:String.t) - Token to specify next page in the list -
:query(type:String.t) - Query string search. Should be of the form "". Complete documentation is at https: //developers.google.com/admin-sdk/directory/v1/guides/search-groups -
:sortOrder(type:String.t) - Whether to return results in ascending or descending order. Only of use when orderBy is also used -
:userKey(type:String.t) - Email or immutable ID of the user if only those groups are to be listed, the given user is a member of. If it's an ID, it should match with the ID of the user object.
-
-
opts(type:keyword()) - Call options
Returns
-
{:ok, %GoogleApi.Admin.Directory_v1.Model.Groups{}}on success -
{:error, info}on failure
Link to this function
directory_groups_patch(connection, group_key, optional_params \\ [], opts \\ [])
View SourceSpecs
directory_groups_patch(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.Admin.Directory_v1.Model.Group.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a group's properties. This method supports patch semantics.
Parameters
-
connection(type:GoogleApi.Admin.Directory_v1.Connection.t) - Connection to server -
group_key(type:String.t) - Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:body(type:GoogleApi.Admin.Directory_v1.Model.Group.t) -
-
-
opts(type:keyword()) - Call options
Returns
-
{:ok, %GoogleApi.Admin.Directory_v1.Model.Group{}}on success -
{:error, info}on failure
Link to this function
directory_groups_update(connection, group_key, optional_params \\ [], opts \\ [])
View SourceSpecs
directory_groups_update(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.Admin.Directory_v1.Model.Group.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a group's properties.
Parameters
-
connection(type:GoogleApi.Admin.Directory_v1.Connection.t) - Connection to server -
group_key(type:String.t) - Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:body(type:GoogleApi.Admin.Directory_v1.Model.Group.t) -
-
-
opts(type:keyword()) - Call options
Returns
-
{:ok, %GoogleApi.Admin.Directory_v1.Model.Group{}}on success -
{:error, info}on failure