# User Management

## Overview

To participate in a process or manage processes, a user must be identified as a user in WorkflowGen and have an account (username and password) in the company directory that WorkflowGen will use for authentication.

Users can be members of one or more directory groups; however, a directory group cannot belong to another directory group.

A user can have an active or inactive status. If a user’s status is set to inactive, they cannot access the application.

A user can only be truly deleted from the WorkflowGen database if they aren't referenced anywhere in WorkflowGen. If they are referenced, then the user will be archived. Archiving means that the username will be renamed and set to archived status, and the user will no longer be able to access the application.

Several directories can be managed in WorkflowGen. This is particularly useful when the synchronization module is used. For example, one directory can be managed manually in WorkflowGen while another can be synchronized based on an existing directory (e.g. Active Directory). Even if many directories are being used, each username must be unique across the entire system. If multiple directories are being used to synchronize several Active Directory domains, domain names can be prefixed to the user name to eliminate the unique user issue (in the event that user names are identical across domains).

User management can only be performed by users with an Administrator profile.

By default, WorkflowGen is installed with the `WORKFLOWGEN` directory and one Administrator user, neither of which can be deleted.


---

# 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.workflowgen.com/admin/9.5/user-management.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.
