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
I'm writing an application that allows users to fill out change forms, and I only want to show users hardware that is in the same department as they are.
The problem I run into is that I cannot find and API call that will tell me what user is member of what department(s)
To Reproduce
Steps to reproduce the behavior:
For example the API call: api/v1/people/bydepartment/95 is not implemented.
And the department API does not seem to return people
Were you able to reproduce this on the dev or demo sites?
I'm writing an application that allows users to fill out change forms, and I only want to show users hardware that is in the same department as they are.
The problem I run into is that I cannot find and API call that will tell me what user is member of what department(s)
To Reproduce
Steps to reproduce the behavior:
For example the API call: api/v1/people/bydepartment/95 is not implemented.
And the department API does not seem to return people
Were you able to reproduce this on the dev or demo sites?
Yes, no implementation that I could find there either.
Expected behavior
An API call needs to exist to retrieve what users belong to what department.
Screenshots
API .. so no
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: