UpdateUserResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the user can be verified through a custom invite code.

Link copied to clipboard

The updated first name of the user.

Link copied to clipboard

The updated invite code for the user, if applicable.

Link copied to clipboard

The expiration time of the user's invite code, specified in epoch seconds.

Link copied to clipboard

The updated last name of the user.

Link copied to clipboard

The middle name of the user (currently not used).

Link copied to clipboard

The timestamp when the user was last modified, specified in epoch seconds.

Link copied to clipboard

The ID of the network where the user was updated.

Link copied to clipboard

The list of security group IDs to which the user now belongs after the update.

Link copied to clipboard
val status: Int?

The user's status after the update.

Link copied to clipboard

Indicates whether the user is suspended after the update.

Link copied to clipboard

The unique identifier of the updated user.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String