Skip to main content

Hello. I created a dashboard. I'm using API /clubs/{id}/activities .

All is good, but i can't separate two people because they have same name and surname start with same letter. Therefore i got an issue. Pavel S. - it's a two different people.

Could you add any id, guid or something else for separate two persons near with firstname?

Maybe you can generate user_id inside the group like

md5($user_name . ' ' . $full_usersurname . ' ' . $group_id)

or

md5($original_user_id . ' ' . $group_id)

?


Hey Dmittri,


Thanks for letting us know. We have added this to our feedback doc.


 


@Dmitrii & @SkippyVasquez  previously the athlete ID was outputted in club ID data, strava did a security lockdown a few years ago only first name is outputted & last name initial is outputted, you will notice that the athlete ID has been removed from many outputs and only the authenticated user athlete ID will be outputted in some outputs like leaderboards


Reply