View Source TalkJS.User (talkjs v0.1.0)

Module to access the /users/ endpoints

Summary

Functions

Link to this function

create_or_update(client, id, params)

View Source

Create or update user

Examples

  client = TalkJS.new(api_key: "...", app_id: "...")
  TalkJS.User.create_or_update(client, "df695388f0e3481bcd93", %{name: "John Doe"})