Get a list of users mapped to a user role in a learnCenter.

get

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

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Users collection fetched.
Body ()
Root Schema : UsersResponse
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : User
Type: object
Show Source
Nested Schema : lastUpdatedByUser
Type: array
Show Source

401 Response

Authentication refused for provided credentials or the token is invalid.
Headers

500 Response

Internal server error.
Back to Top