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 thinking that grabbing the users from the old GET: https://api.clickup.com/api/v2/team $.teams.members[] is going to be the easiest way to grab the users since workspaces doesn't list users and there's no current solution for just get all users
Might possibly be able to then fill in the context by querying GetUser on the id element gathered from $.team.members[user.$id] for each user.
I'm thinking that grabbing the users from the old GET: https://api.clickup.com/api/v2/team $.teams.members[] is going to be the easiest way to grab the users since workspaces doesn't list users and there's no current solution for just get all users
Might possibly be able to then fill in the context by querying GetUser on the id element gathered from $.team.members[user.$id] for each user.
Makes a lot of sense! I think your instance and the other I'm working with are both non-enterprise. What you listed there sounds right, but I don't think we can test it without an enterprise instance to test with.
{ "err": "Team must be on enterprise plan", "ECODE": "TEAM_110" }
https://clickup.com/api -> Get User
I'd guess I'm missing something but I can't find a way to list all the users. It's an enterprise only feature so that could explain my issues.
The text was updated successfully, but these errors were encountered: