# Users

Users are allowed to make calls to our RESTful web services. A user is identified by the `API Username` and the `domain`. The domain is required to match the host where the javascript code is used. If the web service call is made directly from backend program such as Java, PHP, .NET, the domain is not required to be specified.

Each user will require features to be assigned so that the user can have the access to those functions.

### **Create New User**

![](/files/CfbnwqKJFEqsupg3RSZr)

![](/files/sT8pvXgj99whGoegtTg4)

### **Features**

User is allowed to add or remove features of the API user by clicking <mark style="color:blue;">Features</mark> link.

<mark style="color:blue;">Assign Features</mark> button can be used to add or remove features.

![](/files/jIqg8fyLnmShaxyfe5Cq)

**Add features**: Tick the checkbox and hit <mark style="color:blue;">Assign</mark> button to add features.

**Remove features**: Untick the checkbox and hit <mark style="color:blue;">Assign</mark> button to remove features.

![](/files/saaV6S1YPzl8HNpi37I1)

### Detail

User is allowed to modify the API User credential by clicking <mark style="color:blue;">Detail</mark> link.

Click <mark style="color:blue;">Edit User</mark> button to modify the Credential.

![](/files/hCaenEjF5UeKZu3D6A0s)

Click on <mark style="color:blue;">Get New Credential</mark> button and hit <mark style="color:blue;">SUBMIT</mark> to modify API Credential.

User can also disable API user by ticking the <mark style="color:blue;">Disable User</mark> check box.

![](/files/cCZC7yUb4sKqZoTtPc7f)


---

# 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.mastersoftgroup.com/loqate-harmony-api/guides/console/subscriptions/users.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.
