# Users API

Provides access to Hyperpoof user information.

Version: 1.0

## Servers

Hyperproof US
```
https://api.hyperproof.app/v1/users
```

Hyperproof Gov
```
https://api.hyperproofgov.app/v1/users
```

Hyperproof EU
```
https://api.hyperproof.eu/v1/users
```

## Security

### oauth2

Type: oauth2

## Download OpenAPI description

[Users API](https://developer.hyperproof.app/_bundle/hyperproof-api/users/users.openapi.yaml)

## Other

### Get User

 - [GET /me](https://developer.hyperproof.app/hyperproof-api/users/users.openapi/other/get-user.md): GET /users/me

#### Description

Retrieves the stored profile information for the requesting user, including details such as name, email, and organization membership.

### Get Users

 - [GET /](https://developer.hyperproof.app/hyperproof-api/users/users.openapi/other/get-org-users.md): GET /

#### Description

Retrieves a list of all users in an organization, including their names, roles, and status information.

