Find a member by an identity

GET {{baseUrl}}/:workspace_slug/members/find?source=ut laborum exercitation&source_host=ut laborum exercitation&uid=ut laborum exercitation&username=ut laborum exercitation&email=ut laborum exercitation&github=ut laborum exercitation

Provide a source and one of username/uid/email params to return a member with that identity, if one exists. Common values for source include github, twitter, and email.

Request Params

KeyDatatypeRequiredDescription
sourcestring
source_hoststring
uidstring
usernamestring
emailstring
githubstringDeprecated, please use source=github and username=<username> instead

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;id&quot;:&quot;jaPSJV&quot;,&quot;type&quot;:&quot;member&quot;,&quot;attributes&quot;:{&quot;activities_count&quot;:0,&quot;activities_score&quot;:0,&quot;avatar_url&quot;:&quot;http://github.com/avatar.png&quot;,&quot;bio&quot;:null,&quot;birthday&quot;:null,&quot;company&quot;:null,&quot;title&quot;:null,&quot;created_at&quot;:&quot;2022-03-22T10:10:48.370Z&quot;,&quot;deleted_at&quot;:null,&quot;first_activity_occurred_at&quot;:null,&quot;last_activity_occurred_at&quot;:null,&quot;location&quot;:null,&quot;name&quot;:&quot;SaulFriesenPhD&quot;,&quot;pronouns&quot;:null,&quot;reach&quot;:0,&quot;shipping_address&quot;:null,&quot;slug&quot;:&quot;saulfriesenphd&quot;,&quot;source&quot;:&quot;installation&quot;,&quot;tag_list&quot;:[],&quot;tags&quot;:[],&quot;teammate&quot;:false,&quot;tshirt&quot;:null,&quot;updated_at&quot;:&quot;2022-03-22T10:10:48.370Z&quot;,&quot;merged_at&quot;:null,&quot;url&quot;:null,&quot;orbit_url&quot;:&quot;http://localhost:3000/terriboyer/members/saulfriesenphd&quot;,&quot;created&quot;:false,&quot;id&quot;:&quot;jaPSJV&quot;,&quot;orbit_level&quot;:null,&quot;love&quot;:null,&quot;twitter&quot;:null,&quot;github&quot;:&quot;dzello&quot;,&quot;discourse&quot;:null,&quot;email&quot;:null,&quot;devto&quot;:null,&quot;linkedin&quot;:null,&quot;discord&quot;:null,&quot;github_followers&quot;:null,&quot;twitter_followers&quot;:null,&quot;topics&quot;:null,&quot;languages&quot;:null},&quot;relationships&quot;:{&quot;identities&quot;:{&quot;data&quot;:[{&quot;id&quot;:&quot;347TBP&quot;,&quot;type&quot;:&quot;github_identity&quot;}]}}},&quot;included&quot;:[{&quot;id&quot;:&quot;347TBP&quot;,&quot;type&quot;:&quot;github_identity&quot;,&quot;attributes&quot;:{&quot;uid&quot;:&quot;uid-32&quot;,&quot;email&quot;:null,&quot;username&quot;:&quot;dzello&quot;,&quot;name&quot;:null,&quot;source&quot;:&quot;github&quot;,&quot;source_host&quot;:&quot;github.com&quot;}}]}