Parameters

ParameterDescription
UserA string identifying a user. This can either be the string “me”, an email, or the gid of a user.
Workspace IDGlobally unique identifier for the workspace or organization.

Example Output

{    "data": {        "email": "gsanchez@example.com",        "gid": "12345",        "name": "Greg Sanchez",        "photo": {            "image_1024x1024": "https://...",            "image_128x128": "https://...",            "image_21x21": "https://...",            "image_27x27": "https://...",            "image_36x36": "https://...",            "image_60x60": "https://..."        },        "resource_type": "task"    }}

Workflow Library Example

Add User to Workspace with Asana and Send Results Via Email

Preview this Workflow on desktop