403 Forbidden Creating User due to Scope create:users not found

Additional Information - I know my code works above at least is because I can retrieve the UserList from the same management client

userList, err := a.Auth0Management.User.List()
if err != nil {
	log.Logf("\nError retrieving auth0users:\n%+v\n", authDbUsers)
	return err
}