Get or create a user actor

Returns the existing user actor if one matching the given external_id,
integration_idn, and connector_idn already exists; otherwise creates and
returns a new one. Returns 200 if found, 201 if created.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Display name of the actor

string
required

Your system's identifier for this user. Used to look up the actor later
without storing Newo's internal UUID. Must be unique per
integration/connector combination.

string
required
^[a-zA-Z_][a-zA-Z0-9_]*$

A slug-style identifier used throughout the Newo platform for integrations,
connectors, flows, skills, and more. Must start with a letter or underscore;
subsequent characters may be letters, digits, or underscores.

string
required
^[a-zA-Z_][a-zA-Z0-9_]*$

A slug-style identifier used throughout the Newo platform for integrations,
connectors, flows, skills, and more. Must start with a letter or underscore;
subsequent characters may be letters, digits, or underscores.

string

IANA time zone identifier (e.g. America/New_York).
See the tz database list.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json