# Users

- [Get Connected Users](https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users/get-connected-users.md): This endpoint gets all connected users for a specific Sonoran Radio server.
- [Get Members](https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users/get-members.md): This endpoint gets paginated community members for a specific Sonoran Radio community.
- [Get Connected User](https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users/get-connected-user.md): This endpoint gets a connected user in a specific room for a specific Sonoran Radio server.
- [Approve Members](https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users/approve-members.md): Approve existing pending members for a specific Sonoran Radio server.
- [Kick Members](https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users/kick-members.md): Remove members from a specific Sonoran Radio server.
- [Ban Members](https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users/ban-members.md): Ban members from a specific Sonoran Radio server.
- [Unban Members](https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users/unban-members.md): Unban members from a specific Sonoran Radio server.
- [Set Member Permissions](https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users/set-member-permissions.md): Update member permissions for a specific Sonoran Radio server.
- [Set Member Display Names](https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users/set-member-display-names.md): Update stored member display names for a specific Sonoran Radio server.
- [Set User Channels](https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users/set-user-channels.md): Update the transmit and scan channels for a connected user on a specific Sonoran Radio server.
- [Set User Display Name](https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users/set-user-display-name.md): Update a stored user display name for a specific Sonoran Radio server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonoransoftware.com/radio/developer-documentation/developer-documentation/api-endpoints-v2/users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
