-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistency Between Documented and Actual API Responses: user_id Missing in /users Endpoint Responses #5178 #5178
Comments
user_id
exists in the example responses, but doesn't exist in actual responses
I'm deleting all above comments as I don't see any as relevant to the discussion, or they contain links to downloads on other sites that I'm not comfortable with having here, and/or they contain claims I'm not going to validate. |
Thanks for raising @ln-ws. |
Thank you |
Describe the Bug
The API documentation indicates that responses from the
/users
endpoint should include bothid
anduser_id
properties. However, in practice, the actual API responses only contain theid
property, and theuser_id
property is missing.Steps to Reproduce
LIST
request to the/users
endpoint on your BookStack server.user_id
property is missing from the response, despite being documented.Expected Behaviour
The response from the
/users
endpoint should include bothid
anduser_id
properties, where theuser_id
property matches the value of theid
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
The text was updated successfully, but these errors were encountered: