---
title: User identification
source: https://docs.newrelic.com/docs/streaming-video-&-ads/installation/roku/agent-api/user-identification/overview
---

## User identification method

| Method                                                                                                                        | Description  |
| ----------------------------------------------------------------------------------------------------------------------------- | ------------ |
| [nrSetUserId](https://docs.newrelic.com/docs/streaming-video-&-ads/installation/roku/agent-api/user-identification/setuserid) | Sets userId. |

## Examples

### nrSetUserId

```js
  	nrSetUserId(m.nr, "TEST_USER")
```
