groups_updategroupasadmin: Updates the specified workspace properties.Note: This API is...

Description Usage Arguments Value

View source: R/admin.R

Description

Updates the specified workspace properties.Note: This API is currently limited to updating workspaces in the new workspace experience. Only name and description can be updated, and name must be unique inside an organization. The user must have administrator rights (such as Office 365 Global Administrator or Power BI Service Administrator) to call this API. This API allows 200 requests per hour at maximum. Required scope: Tenant.ReadWrite.AllTo set the permissions scope, see Register an app.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
groups_updategroupasadmin(
  token,
  groupId,
  capacityId,
  dashboards,
  dataflowStorageId,
  dataflows,
  datasets,
  description,
  id,
  isOnDedicatedCapacity,
  isReadOnly,
  name,
  reports,
  state,
  type,
  users,
  workbooks,
  output = "value"
)

Arguments

groupId

OK

Value

A 'data.frame' object.


assuncaolfi/pbr documentation built on May 12, 2020, 12:56 a.m.