Skip to content

People & places

These three groups are read-only. They exist mainly to find the GIDs the write commands need.

Terminal window
cyber-asana user me
cyber-asana user list
cyber-asana user get <gid>
Command Arguments Options
me
list --workspace-gid <gid> / --workspace <gid>, --offset, --opt-fields
get <gid>

user me returns the authenticated user — the quickest way to confirm your token works and to get your own GID for --assignee.

Terminal window
cyber-asana team list
cyber-asana team get <gid>
Command Arguments Options
list --workspace-gid <gid> / --workspace <gid>, pagination
get <gid>
Terminal window
cyber-asana workspace list
cyber-asana workspace get <gid>
Command Arguments Options
list pagination
get <gid>

workspace list is the one command that needs no workspace context — start here, then set ASANA_WORKSPACE to the GID you want so you can drop --workspace-gid from every other command.

Terminal window
export ASANA_WORKSPACE="$(cyber-asana workspace list --json | jq -r '.data[0].gid')"

Membership edits (adding or removing users from teams and workspaces) are not wrapped — see API coverage.