Information about a user on Synapse. View Source SynapseAdminApis.ts, line 301 Members Type: number # admin Whether or not the user is an admin. 1 is true, 0 is false. View Source SynapseAdminApis.ts, line 316 Type: string | null # avatar_url The avatar for the user, if set. View Source SynapseAdminApis.ts, line 341 Type: number # deactivated Whether or not the user is deactivated. 1 is true, 0 is false. View Source SynapseAdminApis.ts, line 321 Type: string | null # displayname The display name of the user, if set. View Source SynapseAdminApis.ts, line 336 Type: number # is_guest Whether or not the user is a guest. 1 is true, 0 is false. View Source SynapseAdminApis.ts, line 311 Type: string # name User ID. View Source SynapseAdminApis.ts, line 306 Type: string | null # password_hash The hash of the user's password, if relevant. View Source SynapseAdminApis.ts, line 331 Type: string | null # user_type The type of user, if relevant. View Source SynapseAdminApis.ts, line 326