NervesHubUserAPI.OrgUser.add

You're seeing just the function add, go back to NervesHubUserAPI.OrgUser module for more information.
Link to this function

add(org_name, username, role, auth)

View Source

Specs

add(String.t(), String.t(), NervesHubUserAPI.role(), NervesHubUserAPI.Auth.t()) ::
  {:error, any()} | {:ok, any()}

Add a user to the org with a role.

Verb: POST Path: /orgs/:org_name/users