User#

class ansys.hps.client.auth.User(id=<marshmallow.missing>, username=<marshmallow.missing>, password=<marshmallow.missing>, first_name=<marshmallow.missing>, last_name=<marshmallow.missing>, email=<marshmallow.missing>, **kwargs)#

Provides the user resource.

Parameters:
idstr

Unique user ID, generated internally by the server on creation.

usernamestr

Username.

passwordstr

Password.

first_namestr, optional

First name.

last_namestr, optional

Last name.

emailstr, optional

E-mail address.

Methods

User.declared_fields()

Provides a helper function for retrieving fields to define as class members for an object.

User.get(key[, default])