API Guide

Response Class
User
Response Content-Type: application/json, application/xml
Parameters
Table 225. 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 226. Response Status Codes
HTTP Status Code Reason
201 User created
400 Invalid input
409 User already exists
/User/{userId}
Description
Find a user by Id
Method
get
Response Class
User
Response Content-Type: application/json, application/xml
Parameters
Table 227. Parameters
Parameter Value Description Default Value Parameter Type Data Type
userId (required) Id of user to retrieve N/A path integer
102