# Users

You can manage who has access to the Client Portal for your organisation. User management applies to the Client Portal only (login to [clients.zwapgrid.com](https://clients.zwapgrid.com)); it does not control access to API.1 (that is done via API Keys and Consents).

### List Users

View all users who have access to your Client Portal. You can see who is invited, active, or removed. Use this to audit access and ensure only the right people can manage Consents, API Keys, and other Client Portal settings.

### Invite User

Invite a new user to the Client Portal by email. They will receive an invitation to create or link an account and sign in. Once they accept, they can access the Client Portal according to your organisation’s permissions. Use this when a new team member needs to manage API Keys, Consents, branding, or system configuration.

### Delete User

Removing a user revokes their access to the Client Portal. They will no longer be able to sign in or perform actions in the portal. This does not affect existing API Keys or Consents; those continue to work until you revoke or delete them. Use Delete when someone leaves your team or no longer needs portal access.


---

# 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.zwapgrid.com/client-portal/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.
