Module to access the /users/ endpoints
Create or update user
client = TalkJS.new(api_key: "...", app_id: "...") TalkJS.User.create_or_update(client, "df695388f0e3481bcd93", %{name: "John Doe"})