# Creating and Updating a User

## Creating a user&#x20;

Users are automatically created in AccessNow through Single Sign-On (SSO) integration. However, it is also possible to create users beforehand, such as for configuring the system.

To add a user to AccessNow go to the **Users** **module:**

{% stepper %}
{% step %}

### Click **+Add User button**&#x20;

<figure><img src="/files/tw4MC9atv6Urjj7OA3qC" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter the user details&#x20;

<figure><img src="/files/U3v3JD4R7Tgn2E81hr9b" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Leave the password blank for the SSO users

SSO users will automatically appear in AccessNow without the need for manual creation.&#x20;

If you prefer to create them in AccessNow in advance, leave the password field blank.

{% hint style="danger" %}
**Do not enter password for the SSO users!**
{% endhint %}
{% endstep %}

{% step %}

### Click Save

The new users account is created. The user receives an email notification about the account creation.
{% endstep %}
{% endstepper %}

## Updating User Details

1. Go to the **Users** module.
2. Select the specific user record you want to edit.
3. Modify the user details as needed.
4. Save the changes to update the user information.

{% hint style="danger" %}
**Do not enter password for the SSO users!**
{% endhint %}


---

# 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://help.security.gallagher.com/command-centre/accessnow-user-guide/system-administration/user-management/creating-and-updating-a-user.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.
