API Guide

Table Of Contents
Parameters
Table 213. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body (required) User object that
needs to be
added to ASM
N/A body User
Response Status Codes
Table 214. Response Status Codes
HTTP Status Code Reason
201 User created
400 Invalid input
409 User already exists
/User/{userId}
Desciption
Find a user by Id
Method
get
Response Class
User
Response Content-Type: application/json, application/xml
Parameters
Table 215. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
userId (required) Id of user to
retrieve
N/A path integer
114