Users REST Endpoints
Users
Rest API endpoints for Users.
- Creates a new user
- Method: postPath:/learn.rest/v1/users
- Get a user
- Method: getPath:/learn.rest/v1/users/{userId}
- Get all users.
- Method: getPath:/learn.rest/v1/users
- Get memberships for user
- Method: getPath:/learn.rest/v1/users/{userId}/memberships
- Update all properties of a user
- Method: putPath:/learn.rest/v1/users/{userId}
- Update subset of properties of a user
- Method: patchPath:/learn.rest/v1/users/{userId}