POST
/
public
/
v2
/
identify_user

Authorizations

Authorization
string
headerrequired

Body

application/json

Represents a request to identify a user.

Attributes: type (Literal[IngestionType.IdentifyUser]): The type of ingestion, which is set to IngestionType.IdentifyUser. body (IdentifyUserBody): The body of the identification request.

type
enum<string>
default: identify-user
Available options:
identify-user
body
object
required

Represents the body of a request to identify a user.

Attributes: user_id (str): The unique identifier for the user. properties (Dict[str, Any], optional): Additional properties associated with the track event. Optional. created_at (Optional[str], optional): The datetime when the User is identified. Optional.

Response

200 - application/json

The response is of type any.