0

There is no documentation on this so I figured I'd ask about it here. I'm trying to find out how I can get the workspace id of the original workspace that the user created upon account creation.

From the workspaces endpoint I get the following in order, in the response

original workspace, Personal Projects

If I create another workspace then it goes after the original and before the Personal Workspace, and other ones follow suit...

original workspace, Alex's Workspace, Personal Projects

original workspace, Alex's Workspace, Z Team, Personal Projects

However, I didn't create a support request to make one of the workspaces other than my original and personal an organization type.

Is the response ALWAYS in this sort of configured order? If I add another organization type workspace would it then go in front of the original workspace?

To recap, I want to be able to ALWAYS get the original workspace of the user so I can post to Asana through their API.

harmonickey
  • 1,299
  • 2
  • 21
  • 35
  • Just to clarify: what do you mean by "original" workspace? You mean the first one a user created? The first one they joined? What if they leave it and join another? Why do you even want this? – agnoster May 05 '14 at 16:49

1 Answers1

0

Generally speaking, we don't have a concept of "original" workspace, but the first result for /users/me data.workspaces is as close a proxy as you're likely to get.

agnoster
  • 3,744
  • 2
  • 21
  • 29