This is an archive version of the document. To get the most up-to-date information, see the current version.

/Organizations/{organizationId}/Groups/{groupId}

In this article

    Represents an organization group with a specified ID.

    Resource URL

    https://<Backup-Office365>:4443/v3/Organizations/{organizationId}/Groups/{groupId}

    Related Resources

    Methods

    The following methods are supported for the /Organizations/{organizationId}/Groups/{groupId} resource:

    Properties

    The /Organizations/{organizationId}/Groups/{groupId} resource has the following properties:

    Property

    Type

    Description

    Id

    string

    Specifies the ID of the organization group.

    For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d".

    Name

    string

    Specifies the name of the organization group.

    For example, "name": "support_north".

    DisplayName

    string

    Specifies the displayed name of the organization group.

    For example, "displayName": "support_north".

    IsBackedup

    bool

    Specifies if this organization group is backed up.

    For example, "isBackedup": "True".

    ManagedBy

    string

    Specifies, which person manages this organization group.

    For example, "managedBy": "Troy Baker".

    Site

    string

    Specifies a URL path to the organization site.

    For example, "site": "/sites/test".

    Type

    groupType

    Specifies the type of an organization group:

    • Office365
    • Security
    • Distribution
    • DynamicDistribution

    For example, "type": "office365"

    LocationType

    grouplocationType

    Specifies the type of an organization group location:

    • OnPremises
    • Cloud

    For example, "locationType": "onpremises""

    _links

    Dictionary of string [key] and Object [value]

    Links to related resources (navigation property).

    Resource Representation

    The /Organizations/{organizationId}/Groups/{groupId} resource has the following representation:

    {

     "id": "16f8226c-9531-4ed2-9b87-856f7c76a42600000000-0000-0000-0000-000000000000",

     "displayName": "Site",

     "name": "Site@backup.onmicrosoft.com",

     "managedBy": "kate.rourke",

     "site": "https://backup.sharepoint.com/sites/Site",

     "type": "Office365",

     "locationType": "Cloud",

     "isBackedup": false,

     "_links": {

       "self": {

         "href": "https://support.east.local:4443/v3/organizations/92460656-7a85-4a04-b1af-1ea903c0bc2e/groups/16f8226c-9531-4ed2-9b87-856f7c76a42600000000-0000-0000-0000-000000000000"

       },

       "organization": {

         "href": "https://support.east.local:4443/v3/organizations/92460656-7a85-4a04-b1af-1ea903c0bc2e"

       }

     }

    }

     

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.