About Lesson
- Create a remote site settings for gorest API end point.
- Hit gorest users API end point via Anonymous window to fetch the users with the help of Rest GET method and debug the response.
- Hit gorest users API end point via Anonymous window to create the users with the help of Rest POST method and debug the response.
- Copy the ID of the newly created user from the debug response received in the above hands-on problem and update the user status to Inactive with the help of Rest PATCH method and debug the response.
- Delete the newly created user with the help of Rest DELETE method debug the response.