Get a team member profile
Get a team member profile by user ID
Path parameters
The ID of the user, or the special value me for the currently authenticated user
The ID of the user, or the special value me for the currently authenticated user
Response
Successful response
Example response
{
"user": {
"id": "3241a285-8329-4d69-8f3d-316e08cf140c",
"primary_email": "johndoe@example.com",
"primary_email_verified": true,
"primary_email_auth_enabled": true,
"display_name": "John Doe",
"selected_team": {
"created_at_millis": 1630000000000,
"server_metadata": {
"key": "value"
},
"id": "ad962777-8244-496a-b6a2-e0c6a449c79e",
"display_name": "My Team",
"profile_image_url": "https://example.com/image.jpg",
"client_metadata": {
"key": "value"
},
"client_read_only_metadata": {
"key": "value"
}
},
"selected_team_id": "team-id",
"profile_image_url": "https://example.com/image.jpg",
"signed_up_at_millis": 1630000000000,
"client_metadata": {
"key": "value"
},
"client_read_only_metadata": {
"key": "value"
},
"server_metadata": {
"key": "value"
},
"last_active_at_millis": 1630000000000,
"country_code": "US",
"risk_scores": {
"sign_up": {
"bot": 0,
"free_trial_abuse": 0
}
}
},
"team_id": "ad962777-8244-496a-b6a2-e0c6a449c79e",
"user_id": "3241a285-8329-4d69-8f3d-316e08cf140c",
"display_name": "John Doe",
"profile_image_url": "https://example.com/image.jpg"
}Changes
Changed in 3 of the 24 revisions of this API.18137
- ▲
the response property
display_namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
profile_image_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/client_metadatabecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/client_read_only_metadatabecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/country_codebecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/display_namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/primary_emailbecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/profile_image_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/restricted_by_admin_private_detailsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/restricted_by_admin_reasonbecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/restricted_reasonbecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/selected_teambecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/selected_team/client_metadatabecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/selected_team/client_read_only_metadatabecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/selected_team/profile_image_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/selected_team/server_metadatabecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/selected_team_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
user/server_metadatabecame nullable for the status200response-property-became-nullable
- ●
added the new
undefinedenum value to thedisplay_nameresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theprofile_image_urlresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theuser/country_coderesponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theuser/display_nameresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theuser/primary_emailresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theuser/profile_image_urlresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theuser/restricted_by_admin_private_detailsresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theuser/restricted_by_admin_reasonresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theuser/selected_team/profile_image_urlresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theuser/selected_team_idresponse property for the response status200response-property-enum-value-added
- ▲
- ●
added the new
anonymousenum value to theuser/restricted_reason/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
email_not_verifiedenum value to theuser/restricted_reason/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
restricted_by_administratorenum value to theuser/restricted_reason/typeresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
user/country_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
user/restricted_by_admin_private_detailsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
user/restricted_by_admin_reasonto the response with the200statusresponse-optional-property-added
- ○
added the optional property
user/restricted_reasonto the response with the200statusresponse-optional-property-added
- ○
added the required property
user/is_restrictedto the response with the200statusresponse-required-property-added
- ○
added the required property
user/restricted_by_adminto the response with the200statusresponse-required-property-added
- ○
added the required property
user/risk_scoresto the response with the200statusresponse-required-property-added
- ○