Get Endpoint - GetGroupDrivesById
Loads the group's OneDrives drives.
HTTP Request
One of the following requests should be made:
Path parameters
| Name | Description |
| groupId | required |
| 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. | |