[feature]: No way to get user UUID through API
Is there an existing issue for this?
- [X] I have searched the existing issues
Summary
While creating a new issue through the API, I would like to assign an user to it. Currently there is no way to get the list of UUIDs allowed. It's practically impossible to do assignment through the API.
Why should this be worked on?
We want to create issues directly from slack, and assign users to each issue. There is no way to know the user UUIDs now, to do this assignment.
@Abhirup-99, we are working on creating a workspace members list endpoint using which you can get the users ids of the members present in the workspace.
I had to add additional mapping DB to integration workflow... waiting for this 'fix' :)
Any update on adding a users/members API endpoint?
There is a members endpoint that plane calls internally, but it doesn't work with the API. When can we expect this. This blocks us from creating issues with assignees using API.
There are big parts of the api that are not found in the docs. For the last 2 days I have combed thru the codebase and found out that the way forward to getting current user, users in a workspace, etc. which are essential to any api. Since the team is slow to give us god-mode, is to hack the code the way it will suit your implementation (while respecting the license obviously).
Let me get to work ;-)