Users API
This page documents the Files API of Canvas, see https://canvas.instructure.com/doc/api/users for details.
Canvas.whoami
— FunctionCanvas.whoami(; kwargs...) -> User
Return the details about the authenticated users. Return a User
.
Canvas API documentation: Show user details (GET /api/v1/users/self
)
Canvas.user
— MethodCanvas.user(u::User; kwargs...) -> User
Return the details about the a user specified by id. Return a User
.
Canvas API documentation: Show user details (GET /api/v1/users/:id
)