📄️ GET User List
get the user list
📄️ POST User
returns id of the created user
📄️ GET User
get a single user
📄️ PUT User
returns the id of the updated user
📄️ DELETE User
delete a single user
📄️ GET User Management Is Unique
determines if a username or an email is unique an can be used to register new user accounts
📄️ GET User Management Profile
returns the profile of the logged in user
📄️ GET User consented to receive emails
returns if the logged in user consented to receive emails.
📄️ GET User requested email to consent
returns if the logged in user requested email to consent to receive emails.
📄️ PUT USER cookie policy
This endpoint takes a boolean value from user for cookie policy. true = accept and false = deny