Add a user to a workspace or organization.

External Documentation

To learn more, visit the Asana documentation.

Parameters

ParameterDescription
Include FieldsSpecify which properties to include in the response.
UserA string identifying a user. This can either be the string “me”, an email, or the gid of a user.
Workspace IDThe global ID of a 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