Groups

Operations

Create

Create a new Azure DevOps group or materialize an existing AAD group.

The body of the request must be a derived type of GraphGroupCreationContext:

  • GraphGroupVsts...
Delete

Removes an Azure DevOps group from all of its parent groups.

The group will still be visible, but membership checks for the group, and all descendants which deri...

Get

Get a group by its descriptor.

The group will be returned even if it has been deleted from the account or has had all its memberships deleted.

List

Gets a list of all groups in the current scope (usually organization or account).

The optional parameters are used to filter down the returned results. Returned ...

Update

Update the properties of an Azure DevOps group.

Currently limited to only changing the description and account name.