Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| technical:api-permanent-users [2025/04/12 21:48] – system | technical:api-permanent-users [2025/04/13 05:23] (current) – system | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ----- | ----- | ||
| - | ====== | + | ====== |
| - | * Each **Permanent User**, **Voucher** or **BYOD Device** has to belong to a **Profile** and **Realm** in order to be useful to RADIUS. | + | * A **Permanent User** has to belong to a **Profile** and **Realm** in order to be useful to RADIUS. |
| - | * Before | + | * In the previous Wiki Pages we already covered adding |
| - | * In this page we will show you how to add a Realm to a Cloud in RADIUSdesk using an API call. | + | * In this page we will show you how to add a Permanent User to a Cloud in RADIUSdesk using an API call. |
| * We will use PHP but the principles can be applied using any programming language. | * We will use PHP but the principles can be applied using any programming language. | ||
| ----------------- | ----------------- | ||
| - | ====== Add a Realm using the API ====== | + | ====== Add a Permanent User using the API ====== |
| - | * Below is a simple as possible script that can be used as reference when adding a Realm using the API. | + | * Below is a simple as possible script that can be used as reference when adding a Permanent User using the API. |
| * We also show the optional fields that can be included in the API call. | * We also show the optional fields that can be included in the API call. | ||
| <file php add_permanent_users.php> | <file php add_permanent_users.php> | ||
| Line 75: | Line 75: | ||
| ?> | ?> | ||
| </ | </ | ||
| - | * Now that we have created | + | * Now that we have created |