Users
User fields
The following fields are available in the user model and can be fetched with the select
parameter.
- avatar
- blueprint
- content
- id
- language
- name
- next
- options
- permissions
- prev
- role
- username
Available Endpoints
/api/users
List users
/api/users/
Create a user
/api/users/:id
Retrieve a user
/api/users/:id
Update a user
/api/users/:id
Delete a user
/api/users/:id/email
Change the email
/api/users/:id/files
List files
/api/users/:id/files
Upload a new file
/api/users/:id/files/sort
Sort files
/api/users/:id/files/:filename
Retrieve a file
/api/users/:id/files/:filename
Update file content
/api/users/:id/files/:filename
Delete a file
/api/users/:id/files/:filename/name
Rename a file
/api/users/:id/files/:filename/sections/:name
Retrieve a file section
/api/users/:id/language
Change the language
/api/users/:id/name
Change the name
/api/users/:id/password
Change the password
/api/users/:id/role
Change the role
/api/users/:id/sections/:name
Retrieve a user section