Team memberships

This object determines if a user is a member of a team.


TeamMembershipCompact

PropertyTypeDescription
gidstringGlobally unique identifier of the resource, as a string.
resource_typestringThe base type of this resource.
userobjectA user object represents an account in Asana that can be given access to various workspaces, projects, and tasks.
user.gidstringGlobally unique identifier of the resource, as a string.
user.resource_typestringThe base type of this resource.
user.namestringRead-only except when same user as requester. The user’s name.
teamobjectA team is used to group related projects and people together within an organization. Each project in an organization is associated with a team.
team.gidstringGlobally unique identifier of the resource, as a string.
team.resource_typestringThe base type of this resource.
team.namestringThe name of the team.
is_guestbooleanDescribes if the user is a guest in the team.
is_limited_accessbooleanDescribes if the user has limited access to the team.
is_adminbooleanDescribes if the user is a team admin.

Example JSON for TeamMembershipCompact:

{ "gid": "12345", "resource_type": "team_membership", "user": { "gid": "12345", "resource_type": "user", "name": "Greg Sanchez" }, "team": { "gid": "12345", "resource_type": "team", "name": "Marketing" }, "is_guest": false, "is_limited_access": false, "is_admin": false }

TeamMembership

PropertyTypeDescription
gidstringGlobally unique identifier of the resource, as a string.
resource_typestringThe base type of this resource.
userobjectA user object represents an account in Asana that can be given access to various workspaces, projects, and tasks.
user.gidstringGlobally unique identifier of the resource, as a string.
user.resource_typestringThe base type of this resource.
user.namestringRead-only except when same user as requester. The user’s name.
teamobjectA team is used to group related projects and people together within an organization. Each project in an organization is associated with a team.
team.gidstringGlobally unique identifier of the resource, as a string.
team.resource_typestringThe base type of this resource.
team.namestringThe name of the team.
is_guestbooleanDescribes if the user is a guest in the team.
is_limited_accessbooleanDescribes if the user has limited access to the team.
is_adminbooleanDescribes if the user is a team admin.

Example JSON for TeamMembership:

{ "gid": "12345", "resource_type": "team_membership", "user": { "gid": "12345", "resource_type": "user", "name": "Greg Sanchez" }, "team": { "gid": "12345", "resource_type": "team", "name": "Marketing" }, "is_guest": false, "is_limited_access": false, "is_admin": false }
Asana Home
Asana helps you manage projects, focus on what's important, and organize work in one place for seamless collaboration.
© 2023 Asana, Inc.