You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.