Interface

SynapseUser

SynapseUser

Information about a user on Synapse.

View Source SynapseAdminApis.ts, line 256

Members

boolean

# admin Optional

Whether or not the user is a Synapse administrator.

View Source SynapseAdminApis.ts, line 289

string

# avatar_url Optional

The avatar URL (usually MXC URI) for the user, if set.

View Source SynapseAdminApis.ts, line 283

boolean

# deactivated Optional

Whether or not the user is deactivated.

View Source SynapseAdminApis.ts, line 295

Array

# external_ids Optional

External IDs for the user.
Properties:
Name Type Description
] string
] string

View Source SynapseAdminApis.ts, line 267

boolean

# locked Optional

Whether or not the user can log in. Available since Synapse v1.93.0

View Source SynapseAdminApis.ts, line 301

Array

# threepids Optional

A set of 3PIDs for the user.
Properties:
Name Type Description
] string
] string

View Source SynapseAdminApis.ts, line 275