Get Shared Users List API

This API is used to get course shared users list in LMS.

Request URL: 

https://people.zoho.com/api/v1/courses/<courseId>/share

Header:

Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Scope:

ZOHOPEOPLE.training.ALL
OR
ZOHOPEOPLE.training.READ

Possible Operation Types:

ALL - Complete access to data
READ - Only to read data

Method:

GET

Request Parameters

ParametersValues AllowedDefault ValueDescription
startIndex<integer>0Specify from which record the response should be fetched

Sample Request

Copiedhttps://people.zoho.com/api/v1/courses/219225000000642002/share

Header

CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Sample Response

Copied{
    "sharedUsers": [
        {
            "erecno": "219225000000185023",
            "displayName": "Henry",
            "employeeId": "1001",
            "emailId": "henry@zohotest.com",
            "displayPictureURL": "https://contacts.zoho.com/file?ID=705822094&fs=thumb"
        }
    ],
    "code": "200",
    "message": "success",
    "hasMoreRecords": false
}