Basics
The ProfileRegistry Service is reachable at: {YOUR_APP_URL}/api/profileservice
The Response can contain following fields, please refer to the Responsetable below for more information about the Response contents.
Fieldname | Type | Content | optional |
---|---|---|---|
status | String | the status of the request | no |
error | String | The Error clearname | yes |
messages | Array of String | Messages related to this request | yes |
trace | String | The Stacktrace of the error as a String | yes |
profile | Object | The UserProfile Data; Datalayout see Overview | yes |
Actions
MyProfile
Actionname: | myprofile |
Purpose: | Retrieve the UserProfile for the currently logged in User |
Method: | GET |
Parameter | - |
Response | ProfileOkResponse |
Possible Error Responses |
...
Update
Register
Activate
Responses
...
Success
Name | Fields | Status |
---|---|---|
ProfileOkResponse | status, profile | ok |
EmptyOkResponse | status | ok |
Error
Name | Fields | Status |
---|---|---|
ErrorResponse | status, error | error |
ExceptionResponse | status, error, trace, profile | error |
ValidationFailedResponse | status, error, messages, profile | validationfailed |
Guides
Children Display |
---|