Thinkific.Api.GroupUsers (Thinkific API SDK v0.1.3)

API calls for all endpoints tagged GroupUsers.

Link to this section Summary

Functions

createGroupUsers Create an existing User to existing Groups

Link to this section Functions

Link to this function

create_group_users(connection, body, opts \\ [])

Specs

create_group_users(
  Tesla.Env.client(),
  Thinkific.Model.CreateGroupUsersRequest.t(),
  keyword()
) :: {:ok, nil} | {:error, Tesla.Env.t()}

createGroupUsers Create an existing User to existing Groups

Parameters

  • connection (Thinkific.Connection): Connection to server
  • body (CreateGroupUsersRequest): Group Users attributes
  • opts (KeywordList): [optional] Optional parameters

Returns

} on success {:error, info} on failure