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.

Initialize the object.

Methods

User.declared_fields()

Provide a helper function for retrieving fields.

User.get(key[, default])

Get an item from the object, returning a default value if the key is not found.