The following is documentation for a single method.The full javadocs are the bottom.
Method Information | ||||||
---|---|---|---|---|---|---|
Method | Request Narrowing | Description | ||||
Path(s) | GET/POST | Params | Headers | Content Types | ||
getUserInfo(...) | /auth/userInfo | GET | Produces: application/json | Return information about the user logged in. |
Method Parameters | ||||||
---|---|---|---|---|---|---|
Method | Param Name | Request | Data Type | Required | Default | Description |
getUserInfo(...) | userId | Query | String | true | User-id that we are looking up. | |
sid | Query | String | true | Session-id associated with the user. |
Response Fields Returned to Client | ||||||
---|---|---|---|---|---|---|
Method | Field Name | Data Type | Description | |||
getUserInfo(...) | name | String | Name of the user. | |||
rank | String | Rank of the usr. |
Return information about the user logged in.
@param userId
User-id that we are looking up.
@param sessionId
Session-id associated with the user.
Generated by Spring Request Doclet package.