cancel
Showing results for 
Search instead for 
Did you mean: 

API /clubs/{id}/activities Issue. 2 people have same name and first surname letter.

Dmitrii
Mt. Kenya

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

Dmitrii_2-1674686556615.png

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?

Dmitrii_3-1674686772402.png

1 ACCEPTED SOLUTION

SkippyVasquez
Moderator Moderator
Moderator

Hey Dmittri,

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

 

Skippy
STRAVA | Developer Hub Team


View solution in original post

3 REPLIES 3

lopey66
Elbrus

@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

SkippyVasquez
Moderator Moderator
Moderator

Hey Dmittri,

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

 

Skippy
STRAVA | Developer Hub Team


Dmitrii
Mt. Kenya

Maybe you can generate user_id inside the group like

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

or

md5($original_user_id . ' ' . $group_id)

?

Ready, Get Set, Go!

Welcome to the Community - here is your guide to help you get started!


Know how to use Community


Understand Community Settings