PUT /api/iam/Users/{id}
- Operation:
- PUT /api/iam/Users/{id}
- Description:
- Replaces the user for the given user id with the provided User. This does not create a new
user if the provided user id is not found.
- Since:
- 5.7
- Input parameters
-
instance of User which will replace the existing user.
- Consume media type(s):
- application/jsonclass=com.vmware.vchs.iam.api.classes.user.User;version=5.7
application/xml;class=com.vmware.vchs.iam.api.classes.user.User;version=5.7
- Input type:
- User
- Output parameters
-
- Produce media type(s):
- None
- Output type:
- None
- Examples
-