Assigns a person to a course and returns if the operation was successful

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The ID of the person to assign to the course with the specified ID.

uuid
uuid
Responses
200

OK - the person has been assigned.

400

BadRequest - when the body contains invalid JSON, or does not contain a UserId and CourseId.

401

Unauthorized - when a valid Bearer token is not supplied in the authorization header.

403

Forbidden - the supplied tenant domain does not match the origin authority.

404

NotFound - when a user or course cannot be found from the provided IDs.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!