Interface

SynapseUserListing

SynapseUserListing

Information about a user on Synapse.

View Source SynapseAdminApis.ts, line 301

Members

number

# admin

Whether or not the user is an admin. 1 is true, 0 is false.

View Source SynapseAdminApis.ts, line 316

string | null

# avatar_url

The avatar for the user, if set.

View Source SynapseAdminApis.ts, line 341

number

# deactivated

Whether or not the user is deactivated. 1 is true, 0 is false.

View Source SynapseAdminApis.ts, line 321

string | null

# displayname

The display name of the user, if set.

View Source SynapseAdminApis.ts, line 336

number

# is_guest

Whether or not the user is a guest. 1 is true, 0 is false.

View Source SynapseAdminApis.ts, line 311

string

# name

User ID.

View Source SynapseAdminApis.ts, line 306

string | null

# password_hash

The hash of the user's password, if relevant.

View Source SynapseAdminApis.ts, line 331

string | null

# user_type

The type of user, if relevant.

View Source SynapseAdminApis.ts, line 326