Skip to main content

Add User To Workspace

Add a user to a workspace or organization. The user can be referenced by their globally unique user ID or their email address. Returns the full user record for the invited user.

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

Workflow LibraryPreview this Workflow on desktop