> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# New User Created

Triggers a workflow on every new user created.

**Endpoint**: `/api/v1/users`

<Note>
  Workflows with this trigger check for new events **every 5 minutes by default**. You can adjust this interval in the Trigger settings.
</Note>

## Sample Event

```json theme={"dark"}
{
	"id": "00ub0oNGTSWTBKOLGLNR",
	"status": "ACTIVE",
	"created": "2013-06-24T16:39:18.000Z",
	"activated": "2013-06-24T16:39:19.000Z",
	"statusChanged": "2013-06-24T16:39:19.000Z",
	"lastLogin": "2013-06-24T17:39:19.000Z",
	"lastUpdated": "2013-07-02T21:36:25.344Z",
	"passwordChanged": "2013-07-02T21:36:25.344Z",
	"profile": {
		"firstName": "Isaac",
		"lastName": "Brock",
		"email": "isaac.brock@example.com",
		"login": "isaac.brock@example.com",
		"mobilePhone": "555-415-1337"
	},
	"credentials": {
		"password": {},
		"recovery_question": {
			"question": "Who's a major player in the cowboy scene?"
		},
		"provider": {
			"type": "OKTA",
			"name": "OKTA"
		}
	},
	"_links": {
		"self": {
			"href": "https://{yourOktaDomain}/api/v1/users/00ub0oNGTSWTBKOLGLNR"
		}
	}
}
```
