MCPcopy Create free account
hub / github.com/Asana/java-asana / me

Method me

src/main/java/com/asana/resources/Users.java:20–23  ·  view source on GitHub ↗

Returns the full user record for the currently authenticated user. @return Request object

()

Source from the content-addressed store, hash-verified

18 * @return Request object
19 */
20 public ItemRequest<User> me() {
21
22 return new ItemRequest<User>(this, User.class, "/users/me", "GET");
23 }
24
25 /**
26 * Returns the full user record for the single user with the provided ID.

Callers 15

testClientGetMethod · 0.80
testRateLimitingMethod · 0.80
testRateLimitedTwiceMethod · 0.80
testServerErrorRetryMethod · 0.80
testClientGetMethod · 0.80
testNotAuthorizedMethod · 0.80
testInvalidRequestMethod · 0.80
testServerErrorMethod · 0.80
testNotFoundMethod · 0.80

Calls

no outgoing calls

Tested by 15

testClientGetMethod · 0.64
testRateLimitingMethod · 0.64
testRateLimitedTwiceMethod · 0.64
testServerErrorRetryMethod · 0.64
testClientGetMethod · 0.64
testNotAuthorizedMethod · 0.64
testInvalidRequestMethod · 0.64
testServerErrorMethod · 0.64
testNotFoundMethod · 0.64