users
Create User
Create a User
Args: app_id (uuid.UUID): The ID of the app representing the client application using honcho user (schemas.UserCreate): The User object containing any metadata
Returns: schemas.User: Created User object
POST
/
apps
/
{app_id}
/
users
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
app_id
string
requiredBody
application/json
name
string
requiredmetadata
object | null
Response
200 - application/json
id
string
requiredname
string
requiredapp_id
string
requiredcreated_at
string
requiredmetadata
object
required