Interface

SynapseUserListing

SynapseUserListing

Information about a user on Synapse.

View Source SynapseAdminApis.ts, line 324

Members

number

# admin

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

View Source SynapseAdminApis.ts, line 339

string | null

# avatar_url

The avatar for the user, if set.

View Source SynapseAdminApis.ts, line 364

number

# deactivated

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

View Source SynapseAdminApis.ts, line 344

string | null

# displayname

The display name of the user, if set.

View Source SynapseAdminApis.ts, line 359

number

# is_guest

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

View Source SynapseAdminApis.ts, line 334

string

# name

User ID.

View Source SynapseAdminApis.ts, line 329

string | null

# password_hash

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

View Source SynapseAdminApis.ts, line 354

string | null

# user_type

The type of user, if relevant.

View Source SynapseAdminApis.ts, line 349