hex_api_organization_member.list
You're seeing just the function
list
, go back to hex_api_organization_member module for more information.
Specs
list(hex_core:config()) -> hex_api:response().
Lists the organization's members.
Examples:
> hex_api_organization_member:list(hex_core:default_config()#{api_organization => <<"acme">>}).
{ok, {200, ..., [#{
<<"email">> => <<"user@example.com">>,
<<"role">> => <<"admin">>,
<<"url">> => <<"https://hex.pm/api/users/user">>,
<<"username">> => <<"user">>
}]}}