# Get Endpoint - GetGroupDrivesById

Loads the group's OneDrives drives.

# HTTP Request

One of the following requests should be made:

GET /api/syncjobs/onedrive/groups({groupId})/drives
GET /api/syncjobs/onedrive/groups/{groupId}/drives

# Path parameters

Name Description
groupId required

# Request headers

Name Description
Authorization required. Bearer {token}. See authorization

# Responses

Code Description Type
200 List of OneDrive drives of provided group id. array OneDriveItemDto
401 If access is not allowed with the given credentials/data.
500 Loading group's OneDrive drives has failed due to an internal server error.
Last updated: February 14, 2025 at 8:26 AM