Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/v2/authorization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Content-Type: application/json
}
```

## List Users {#list-users}.
## List Users. {#list-users}

To list all users, send a `GET /api/user` request.

Expand All @@ -183,7 +183,7 @@ Content-Type: application/json
]
```

## Delete a User {#delete-user}.
## Delete a User. {#delete-user}

To delete a user, send a `DELETE /api/user` request with the user's name including the prefix. Deleting a user will invalidate the token.

Expand Down Expand Up @@ -214,7 +214,7 @@ The local API is used by HomeWizard to enable direct communication between HomeW
- Users created via the cloud can be revoked at any time, either by the cloud itself or through the [`DELETE /api/user`](#delete-user) endpoint.
- Disabling the cloud prevents the generation of cloud-generated users. For more details, see [cloud communication](/docs/v2/system#cloud-communication).

## SSL Certificate Validation (HTTPS) {#https}.
## SSL Certificate Validation (HTTPS). {#https}

### Certificate

Expand Down