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
Describe the Bug
The API documentation indicates that responses from the
/usersendpoint should include bothidanduser_idproperties. However, in practice, the actual API responses only contain theidproperty, and theuser_idproperty is missing.Steps to Reproduce
LISTrequest to the/usersendpoint on your BookStack server.user_idproperty is missing from the response, despite being documented.Expected Behaviour
The response from the
/usersendpoint should include bothidanduser_idproperties, where theuser_idproperty matches the value of theidproperty for each user object within the data array.Screenshots or Additional Context
No response
Browser Details
No response
Exact BookStack Version
v24.05.3