Get user role details

get

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

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

User role is fetched.
Body ()
Root Schema : UserRoleResponse
Type: object
Show Source
Example:
{
    "id":234,
    "name":"admin role",
    "description":"test",
    "permissions":[
        "receiveComSystemMessages",
        "attachFilesToMessages",
        "emailCompletionCertificates",
        "useForums",
        "viewReviews",
        "addGlobalLCCalendarEvents",
        "insertNewReviews",
        "viewLearnCenterPages",
        "viewInsightReportingReports",
        "sendComSystemMessages",
        "viewCoursePages",
        "useComSystemAddressBook",
        "useChatRooms",
        "useCommunicationTools",
        "modifyReviews",
        "printCompletionCertificates",
        "viewCertificatesContent",
        "viewContent"
    ],
    "statusFlag":true,
    "links":[
        {
            "rel":"canonical",
            "href":"https://{url}/learn.rest/v1/learnCenters/178784/userRoles/639"
        }
    ]
}
Nested Schema : permissions
Type: array
Show Source
Nested Schema : UserRoleLinkItem
Type: object
Show Source
Example:
{
    "rel":"canonical",
    "href":"https://{url}/learn.rest/v1/learnCenters/178784/userRoles/639"
}
Nested Schema : items
Type: object
Show Source
Back to Top