PortalUser
No description
type PortalUser {
userId: ID!
accountId: String!
firstName: String
lastName: String
roleId: ID!
lastActiveTimestamp: DateTime
}
Fields
PortalUser.userId ● ID! non-null scalar miscellaneous
the user id(email) of the account
PortalUser.accountId ● String! non-null scalar miscellaneous
the AtomSphere account id passed to the query
PortalUser.firstName ● String scalar miscellaneous
user's first name
PortalUser.lastName ● String scalar miscellaneous
user's last name
PortalUser.roleId ● ID! non-null scalar miscellaneous
the role id for the user in the account in question
PortalUser.lastActiveTimestamp ● DateTime scalar partner-portal
the last time the user logged in to the portal
Returned By
portalUsers query
Member Of
CurrentPortalUser object
Was this topic helpful?