Click or drag to resize

PutUserResponse Properties

The PutUserResponse type exposes the following members.

Properties
  NameDescription
Public propertyActive
Whether the user is active.
(Inherited from UserResponseBase.)
Public propertyCode
The HTTP status code.
(Inherited from ResponseBase.)
Public propertyError
Indicates whether an error occurred (false in this case).
(Inherited from ResponseBase.)
Public propertyExtra
Object with arbitrary extra data about the user.
(Inherited from UserResponseBase.)
Public propertyUser
The name of the user.
(Inherited from UserResponseBase.)
Top
See Also