pnp/cli-microsoft365

New command: `spo web roleassignment list`

Offen

#6.188 geöffnet am 27.07.2024

 (11 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (399 Forks)auto 404
good first issuehelp wantedkeep-opennew feature

Repository-Metriken

Stars
 (1.390 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Usage

m365 spo web roleassignment list [options]

Description

Lists all role assignments from a specific web

Options

Option Description
-u, --webUrl <webUrl> URL of the site.

Examples

Lists all role assignments of a specific site

m365 spo web roleassignment list --webUrl "https://contoso.sharepoint.com/sites/Marketing"

Default properties

  • PrincipalId
  • Member/Title
  • RoledefinitionBindings/Name (comma-separated)

Additional Info

API request

GET https://contoso.sharepoint.com/sites/Marketing/_api/Web/RoleAssignments?$expand=Member,RoleDefinitionBindings&$select=*,Member,RoleDefinitionBindings

Contributor Guide