Get a list of user role in a LearnCenter.

get

/learn.rest/v1/learnCenters/{learnCenterId}/userRoles

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

The user roles collection is fetched.
Body ()
Root Schema : UserRolesResponse
Type: object
User role response object comprising user response parameters.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : UserRoleResponse
Type: object
Object comprising all the item parameters.
Show Source
Nested Schema : permissions
Type: array
Permissions applicable to a user role.
Show Source
Example:
[
    "receiveComSystemMessages",
    "attachFilesToMessages",
    "emailCompletionCertificates",
    "useForums",
    "viewReviews",
    "addGlobalLCCalendarEvents",
    "insertNewReviews",
    "viewLearnCenterPages",
    "viewInsightReportingReports",
    "sendComSystemMessages",
    "viewCoursePages",
    "useComSystemAddressBook",
    "useChatRooms",
    "useCommunicationTools",
    "modifyReviews",
    "printCompletionCertificates",
    "viewCertificatesContent",
    "viewContent"
]
Nested Schema : UserRoleLinkItem
Type: object
Show Source
Example:
{
    "rel":"canonical",
    "href":"https://{url}/learn.rest/v1/learnCenters/178409/userRoles/639"
}
Nested Schema : items
Type: object
Show Source
Back to Top