This function returns a list of enrollments for a course past and present.

listEnrollments(realm, realm_id, uid = NULL, enrollment_status = NULL,
  type = NULL, picture_size = NULL)

Arguments

realm

One of 'schools', 'buildings', 'users', 'groups', 'courses', or 'sections'.

realm_id

The id of the realm object.

uid

Filter enrollments for a given user.

enrollment_status

Filter enrollments for a given enrollment status 1-5.

type

Filter enrollments by an enrollment type. Possible values: 'admin' or 'member'.

picture_size

Specify size of profile picture returned with this user. Possible values: 'big', 'reg', 'sm', or 'tiny'.

Value

A dataframe of enrollment details.

Details

A enrollment is specific user assigned to the realm object.

References

API Documentation