Spear.Client.create_user

You're seeing just the callback create_user, go back to Spear.Client module for more information.
Link to this callback

create_user(full_name, login_name, password, groups)

View Source (since 0.3.0)

Specs

create_user(
  full_name :: String.t(),
  login_name :: String.t(),
  password :: String.t(),
  groups :: [String.t()]
) :: :ok | {:error, any()}

A wrapper around Spear.create_user/5

Link to this callback

create_user(full_name, login_name, password, groups, opts)

View Source (since 0.3.0)

Specs

create_user(
  full_name :: String.t(),
  login_name :: String.t(),
  password :: String.t(),
  groups :: [String.t()],
  opts :: Keyword.t()
) :: :ok | {:error, any()}

A wrapper around Spear.create_user/6