Class

ApiUser

ApiUser(data)

ApiUser Model
Constructor

# new ApiUser(data)

Model constructor
Parameters:
Name Type Description
data ApiUserLike

View Source model/ApiUser.js, line 6

Classes

ApiUser

Members

String

# clientId

The client id this API user belongs to.

View Source model/ApiUser.js, line 40

String

# createdBy

The id of the user who created this user.

View Source model/ApiUser.js, line 64

String

# createdOn

The date this user was created.

View Source model/ApiUser.js, line 56

String

# id

The id of the API user.

View Source model/ApiUser.js, line 48

String

# name

The name of the API user.

View Source model/ApiUser.js, line 24

String

# roleId

The role the user should be in. If no role is specified, the user will become an admin.

View Source model/ApiUser.js, line 32

String

# updatedBy

The id of the user who updated the entity.

View Source model/ApiUser.js, line 80

String

# updatedOn

The date where this user was last updated.

View Source model/ApiUser.js, line 72