const Asana = require('asana'); let client = Asana.ApiClient.instance; let token = client.authentications['token']; token.accessToken = '<YOUR_ACCESS_TOKEN>'; let usersApiInstance = new Asana.UsersApi(); let user_gid = "me"; // String | A string identifying a user. This can either be the string \"me\", an email, or the gid of a user. let opts = { "opt_fields": "email,name,photo,photo.image_1024x10
