GET /api/iam/Users/{id}

Operation:
GET /api/iam/Users/{id}
Description:
Returns a user for the provided user id.
Since:
5.7
Input parameters
the unique id of the user to retrieve

Consume media type(s):
None
Input type:
java.lang.String
Output parameters
the User for the given id, if found

Produce media type(s):
application/json;class=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
Output type:
User
Examples