Skip to main content

User External Provider

{
"user_id": "integer",
"provider": "string",
"ext_id": "string",
"profile_url": "string",
"show_in_profile": "boolean"
}

Properties

NameTypeRequiredDescription
user_idintegertrueThe user id
ext_idstringtrueA unique external id identifying the user
providerstringtrueThe external provider of the ext_id
profile_urlstringfalseAn optional url to the social profile; only for providers other than external
metadatastringfalseAn optional json only for the external provider
show_in_profileboolfalseDefault false. An optional flag to indicate if the social association can be showed in the user profile. Provider must not be 'external'