feat: Implement api/v1/users/:userId API endpoint
This commit is contained in:
@@ -5,7 +5,6 @@ const userPayload = (currentUser, role) => {
|
||||
email: currentUser.email,
|
||||
fullName: currentUser.fullName,
|
||||
id: currentUser.id,
|
||||
permissions: [],
|
||||
role: {
|
||||
createdAt: role.createdAt.toISOString(),
|
||||
description: null,
|
||||
|
Reference in New Issue
Block a user