Get the current authenticated user's profile
The current user's profile data
401 - Not authenticated
import { getUser } from "@cpod/sdk";const user = await getUser();console.log(user.name); Copy
import { getUser } from "@cpod/sdk";const user = await getUser();console.log(user.name);
Get the current authenticated user's profile