# User

Use these endpoints to view User information.

## Get User Info

 - [GET /api/v1/user/](https://docs.jiko.io/products/customer-api/reference/user/get_user_info_api_v1_user__get.md): This endpoint retrieves information about the currently authenticated user.

It returns a UserInfo object containing the user's user_id, email, name, role, and other details.

## Get Memberships

 - [GET /api/v1/user/memberships/](https://docs.jiko.io/products/customer-api/reference/user/get-user-memberships.md): This endpoint retrieves all team memberships for the currently authenticated user.

It returns a list of MembershipInfo objects, each detailing a team and the user's role within it.

