interface User @formium/client

User

Props
avatarUrl
string

URL of the users avatar

createAt
string

created timestamp

Required
createId
string

created by user id

Required
customers
Array<CustomerAccess>

set of customers that this user has access to (should always include any customers covered by projects)

Required
deleteAt
string

deleted timestamp

deleteId
string

deleted by user id

email
string

unique email of user

Required
id
string

globally unique id of user

Required
identities
Array<ProviderIdentity>

set of third party identities for the user

name
string

full name of user

Required
projects
Array<ProjectAccess>

set of projects that this user has access to

Required
status
UserStatus

status

Required
updateAt
string

created timestamp

Required
updateId
string

updated by user id

Required

Build forms, without the tears.