Get User Blueprint
GET
/blueprints/users
Get the user account blueprint schema for rendering the user edit form.
JSON
{"data": {"name": "account", "title": "Account", "validation": "loose", "fields": [{"name": "username", "type": "text", "label": "Username"}]}}
Response Codes
200
Success
401
Unauthorized
404
User blueprint not found