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