> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Select User

> Select User

This element is used to select a user in the system.

## Configuration

The settings specify which users and options to add to the drop-down menu.

| Setting         | Description                                         |
| :-------------- | :-------------------------------------------------- |
| AddNone         | Adds the value *None*                               |
| RemoveNone      | Removes the blank value (None)                      |
| AddNoValue      | Adds an empty entry (other/unset)                   |
| AddNotDelegated | Adds the value *Not delegated*                      |
| AddDelegate     | Adds the value *Automatically assigned* (v. 3.0.11) |
| AddAll          | Adds the value *All users*                          |
| AddActiveUser   | Adds the value *Active user*                        |
| AddNotPresent   | Whether to include users with status = not present  |
| AddReadOnly     | Whether to include users with status = read-only    |
| AddDeleted      | Whether to include deleted users                    |

## Functions

### setValue(String id)

Sets the user from the supplied ID.

### toString()

Returns the ID of the selected user as a string.

### toInteger()

Returns the ID of the selected user as a number.


## Related topics

- [Users](/en/admin/user-management/index.md)
- [Update users](/en/admin/user-management/update-user.md)
- [Add users](/en/admin/user-management/add-associate.md)
- [Add a user](/en/developer-portal/partner/add-user.md)
- [Remove a user](/en/developer-portal/partner/remove-user.md)
- [Edit a user](/en/developer-portal/partner/edit-user.md)
- [Add a user in the Admin client](/en/online/identity/user/add-user-in-admin-client.md)
