Skip to content

Commit fd412c3

Browse files
committed
Update: README with latest options.
1 parent c1d2413 commit fd412c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ logBody is default to true, set to false to remove logging request and response
9898

9999
Type: `(event, context) => String`
100100
identifyUser is a function that takes AWS lambda `event` and `context` objects as arguments
101-
and returns a userId. This helps us attribute requests to unique users. Even though Moesif can
102-
automatically retrieve the userId without this, this is highly recommended to ensure accurate attribution.
101+
and returns a userId. This enables Moesif to attribute API requests to individual unique users
102+
so you can understand who calling your API. This can be used simultaneously with `identifyCompany`
103+
to track both individual customers and the companies their a part of.
103104

104105

105106
```javascript

0 commit comments

Comments
 (0)