Get details of an authenticated user
None
const app = await assetlayer.users.getUser();
type ReturnType = User;
Last updated 1 year ago