Logged user flows allow DRUID integrated pages to construct a link on a page so that the logged user can manage personal data.
If you want to let the user access to the personal information, you will only to construct the edit account endpoint.
Complete account endpoint is designed to show the user an appropriate interface to fill the required fields of an entry point. For more functional information regarding this feature please refer to the complete account functionality.
Always keep in mind that your application page requires a logged user (a valid user token) in order to construct these links.
Find in table below the 2 available methods for these actions.
Description | URL | Method |
---|---|---|
Logged user | ||
Edit account flow | /oauth2/authorize | GET |
Complete account flow | /register/complete_account_input | GET |