Skip to main content

Interface: SCUserProviderAssociationType

Interface SCUserSocialAssociation

Properties

ext_id

ext_id: string

The external id of the user in the provider platform

Defined in

user.ts:638


metadata

Optional metadata: any

Optional json metadata

Defined in

user.ts:650


profile_url

Optional profile_url: string

Profile url of the user in the external provider

Defined in

user.ts:642


provider

provider: string

The provider of the social association

Defined in

user.ts:634


show_in_profile

Optional show_in_profile: boolean

An optional flag to indicate if the social association can be showed in the user profile.

Defined in

user.ts:646


user_id

user_id: string | number

The user id of the association

Defined in

user.ts:630