# User management functions

- [ADDUSER](https://docs.nedyx.com/nedyx/clearlines-functions/user-management-functions/adduser.md): Adds a new user to the current workspace.
- [APPLIST](https://docs.nedyx.com/nedyx/clearlines-functions/user-management-functions/applist.md): Returns a list of all apps in the current workspace.
- [APPSHARELIST](https://docs.nedyx.com/nedyx/clearlines-functions/user-management-functions/appsharelist.md): The APPSHARELIST function returns a list of all users with whom an app is shared.
- [REMOVEUSER](https://docs.nedyx.com/nedyx/clearlines-functions/user-management-functions/removeuser.md): Removes a user from the current workspace.
- [SHAREAPP](https://docs.nedyx.com/nedyx/clearlines-functions/user-management-functions/shareapp.md): Shares an app with a user.
- [UPDATEUSER](https://docs.nedyx.com/nedyx/clearlines-functions/user-management-functions/updateuser.md): Changes properties of an existing user in the current workspace.
- [USERLIST](https://docs.nedyx.com/nedyx/clearlines-functions/user-management-functions/userlist.md): Returns a list of all users in the current workspace.
- [USERNAME](https://docs.nedyx.com/nedyx/clearlines-functions/user-management-functions/username.md): Returns information about the current user.


---

# 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.nedyx.com/nedyx/clearlines-functions/user-management-functions.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.
