currentPortalUser
Get the portal user profile of the user in the jwt token
The currentPortalUser query does not take any input and returns the following: CurrentPortalUser
query currentPortalUser{
currentPortalUser{
userInfo{
userId
accountId
firstName
lastName
roleId
lastActiveTimestamp
}
isAdmin
}
}
currentPortalUser: CurrentPortalUser
Type
CurrentPortalUser object partner-portal
Was this topic helpful?