POST /api/iam/Users

Operation:
POST /api/iam/Users
Description:
Creates new user with details provided by the passed in User instance.
Since:
5.7
Input parameters
new user to be created.

Consume 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
Input type:
User
Output parameters
user newly created user. Response will have the meta type included which will contain creation and modification time of this resource.

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