AccountUser

Model definition

This type doesn't have a description. How annoying!

structs::models::AccountUser

This type doesn't have a description. How annoying!

Fields

Id: i64

optionalDeleted: boolsource

Account: Id<Account>source

optionalUser: Id<User>source

optionalUserUuid: uuidsource

optionalCincUserId: u64source

Profile: Id<AccountProfile>source

This field is marked as optional in ACCT but every AccountUser should have a profile.

IsStaff: boolsource

Status: AccountUserStatussource

optionalPermissions: Set<AccountUserPermission>source

The set of permissions for this AccountUser. These are primarily used in carta-web for API endpoints, but we may also enforce them in the new frontend.

optionalCreatedBy: Id<User>source

optionalCreatedAt: timestampsource

optionalUpdatedBy: Id<User>source

optionalUpdatedAt: timestampsource

Producers

Produced by the following services:

Consumers

Consumed by the following services:

Referenced by