Users REST Endpoints

Users
Rest API endpoints for Users.
Creates a new user
Method: post
Path: /learn.rest/v1/users
Get a user
Method: get
Path: /learn.rest/v1/users/{userId}
Get all users.
Method: get
Path: /learn.rest/v1/users
Get memberships for user
Method: get
Path: /learn.rest/v1/users/{userId}/memberships
Update all properties of a user
Method: put
Path: /learn.rest/v1/users/{userId}
Update subset of properties of a user
Method: patch
Path: /learn.rest/v1/users/{userId}