users
Get Or Create User
Get or Create a User
Args: app_id (uuid.UUID): The ID of the app representing the client application using honcho user_id (str): The User ID representing the user, managed by the user
Returns: schemas.User: User object
GET
/
apps
/
{app_id}
/
users
/
get_or_create
/
{name}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
app_id
string
requiredname
string
requiredResponse
200 - application/json
id
string
requiredname
string
requiredapp_id
string
requiredcreated_at
string
requiredmetadata
object
required