The Asana API documentation states that when querying all workspaces with https://app.asana.com/api/1.0/workspaces
that it will return an is_organization
value (set to true
or false
) depending on the kind of workspace the user has.
When I GET /workspaces
I do not see this value come down with the workspace payload. Only the workspace id
and name
are available.
Will is_organization
only appear if it's true
and it's omitted entirely if its value is false
?