Closed
Description
Describe the Bug
The API documentation indicates that responses from the /users
endpoint should include both id
and user_id
properties. However, in practice, the actual API responses only contain the id
property, and the user_id
property is missing.
Steps to Reproduce
- Send a
LIST
request to the/users
endpoint on your BookStack server. - Review the response returned by the server.
- Notice that the
user_id
property is missing from the response, despite being documented.
Expected Behaviour
The response from the /users
endpoint should include both id
and user_id
properties, where the user_id
property matches the value of the id
property for each user object within the data array.
Screenshots or Additional Context
No response
Browser Details
No response
Exact BookStack Version
v24.05.3