hex_api_organization.list
You're seeing just the function
list
, go back to hex_api_organization module for more information.
Specs
list(hex_core:config()) -> hex_api:response().
Lists all organizations you are member of.
Examples:
> hex_api_organization:list(hex_core:default_config()#{api_organization => <<"acme">>}). {ok, {200, ..., [#{ <<"billing_active">> => true, <<"inserted_at">> => <<"2017-08-22T22:19:53Z">>, <<"name">> => <<"acme">>, <<"updated_at">> => <<"2019-01-18T08:47:29Z">>} }]}}