MyselfResource
The following resources are part of this group:
/myself
The following operations are supported on this resource:
GET
Gets the account of the currently logged user. Returns 404 if the user does not have an account.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Response Body
element: | account |
the account
DELETE
Logout from REST API.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Response Body
element: | (custom) |
a Response redirecting to the logout request handler.
POST
Login user. Here a user can receive a cookie to use for successive web service calls.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Response Body
element: | (custom) |
the authentication action result
/myself/changePassword
POST
Changes the password.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Request Body
element: | changePassword |
the change password
/myself/passwordExpired
GET
Return the password expired message.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Response Body
element: | passwordExpired |
the password expired
/myself/pollServerTime
GET
Gets server UTC time.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Response Body
element: | serverTime |
server time
/myself/resetPassword
POST
Sends password reset email to the requested email.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Request Body
element: | resetPassword |
the reset password
GET
Sends password reset email to the requested email.
Parameters
name | description | type | default |
---|---|---|---|
token | the security token to validate that this is a proper reset password request. | query | |
version | (no documentation provided) | path |
Response Body
element: | (custom) |
always successful response