fusionauth-typescript-client
fusionauth-typescript-client copied to clipboard
Misguided documentation
trafficstars
https://github.com/FusionAuth/fusionauth-typescript-client/blob/beaa0c957ee18d6d06bba2e282f5c64715e7003f/src/FusionAuthClient.ts#L548-L560
According to the official documentation this endpoint and method are to add one or more users to a group.
Calling it Create a member in a group | createGroupMembers does not makes much sense.
Ideally we would make it developer friendlier by calling it assignUserToGroup.