Standards Docs

useMyProfile

Fetch the current user's profile

Fetch the current user's profile

Signature

(options?: UseUserOptions | undefined): UseQueryResult<UserProfile, Error>

Examples

```tsx
const { data: me, isLoading } = useMyProfile();

On this page