/
HA
hackforla
/
VRMS API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Auth
6
post
Sign up a new user
post
Sign in an existing user
post
Verify magic login link
post
Get current authenticated user
post
Refresh access token
post
Log out
CheckIns
4
CheckUser
2
Events
7
GrantPermission
3
HealthCheck
1
Projects
8
ProjectTeamMembers
6
Questions
3
RecurringEvents
6
Users
10
Auth
Get current authenticated user
Returns the currently authenticated user based on JWT token.
post
/auth/me
Response
Current user info
User
required
_id
string
MongoDB ObjectId
name
object
email
string
email
accessLevel
'user'
|
'admin'
|
'superadmin'
role
string
createdDate
string
date-time
currentRole
string
desiredRole
string
newMember
boolean
currentJobTitle
string
desiredJobTitle
string
skillsToMatch
string[]
firstAttended
string
attendanceReason
string
projects
string[]
githubHandle
string
phone
string
textingOk
boolean
slackName
string
isHflaGithubMember
boolean
githubPublic2FA
boolean
availability
string
managedProjects
string[]
isActive
boolean
Changes