# Users

## Retrieve current user's information

 - [GET /whoami](https://developers.kanbert.com/api/users/users.whoami.md): No specific scope required.

## List all users (basic)

 - [GET /users](https://developers.kanbert.com/api/users/users.index.md): No specific scope required.

## Get all users (full)

 - [GET /users/full](https://developers.kanbert.com/api/users/users.fullindex.md): Required scopes: user:read

## Retrieve a user

 - [GET /users/{id}](https://developers.kanbert.com/api/users/users.show.md): No specific scope required.

Returns UserFullData if app has any user: scope or user-profile: if current user

