> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/radio/tutorials/getting-started/invite-and-manage-users.md).

# Invite and Manage Users

{% embed url="<https://youtu.be/5cPJCugzP4g>" %}

## Automatic Join, Kick, Ban, and Permission Sync

Sonoran CMS allows you to automatically add and manage user permissions with user applications, sync them with Discord roles, and more!

{% content-ref url="/pages/Ap7xdVgV1bCV8Uh2PI19" %}
[Sonoran CMS](/radio/tutorials/integrations/sonoran-cms.md)
{% endcontent-ref %}

If you are building your own integration, Sonoran Radio also exposes API endpoints to approve members, kick members, ban members, update member display names, and set member permissions.

{% content-ref url="/pages/1vgKi1DDnLjROKysRcrU" %}
[Users](/radio/developer-documentation/developer-documentation/api-endpoints/users.md)
{% endcontent-ref %}

***

## FiveM Management

All user permission management, including inviting and approving members, can be automated with FiveM ACE permissions.

{% content-ref url="/pages/IRfsHxtFWfwB7ApaKkX4" %}
[Configuring ACE Permissions](/radio/tutorials/usage/in-game-radio/configuring-ace-permissions.md)
{% endcontent-ref %}

## Manual User Management

### Inviting Members

Users will need the `Community ID` located in the `Administrator` panel.\
Communities can also [customize this community ID](/radio/tutorials/usage/dispatch-panel/custom-domain-vanity-url.md#vanity-urls).

<figure><img src="/files/qBhABALYsWPzSLW57SmO" alt="" width="375"><figcaption><p>Sonoran Radio: Community ID</p></figcaption></figure>

When logged into Sonoran Radio, they can select the `+` button in the portal to paste in the `Community ID`.

<figure><img src="/files/88zpkLx0HCjA4fG3ydku" alt="" width="170"><figcaption><p>Sonoran Radio: Join Community</p></figcaption></figure>

### Approving Members

When a member joins your community with an invite code, they will be pending until approved.

Users with the `Approve Pending Members` permission can approve in the `Members` tab

<figure><img src="/files/Th1QpcgidAZRtmd3VJcX" alt="" width="375"><figcaption><p>Sonoran Radio - Approve Members</p></figcaption></figure>

### Manage User Permissions

User permissions can be manually set by clicking the shield icon on a user in the `Members` tab

<figure><img src="/files/8ICnWikA3T9s1Zhq3vSv" alt="" width="284"><figcaption></figcaption></figure>

***

## Next Steps

Installing the In-Game Resource

{% content-ref url="/pages/xR4GJWfrFFSVSM2zWOV3" %}
[Installing the In-Game Resource](/radio/tutorials/getting-started/installing-the-in-game-resource.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sonoransoftware.com/radio/tutorials/getting-started/invite-and-manage-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
