> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vstorage/object-storage/vstorage-hcm03/identity-and-access-management/managing-vstorage-access-account/service-account/vstorage-credentials/create-a-swift-user.md).

# Create a Swift user

To create a Swift user, follow the steps below:

1\. Log in to [https://iam.console.vngcloud.vn/](https://iam.console.vngcloud.vn/]\(https://iam.console.vngcloud.vn/\)) with your Root User Account.\
2\. Choose the **vStorage credentials** directory.\
3\. Select **Swift** from the list.\
4\. Click on **Create a Swift user**.\
5\. Choose the **Region** containing your project on vStorage.\
6\. Select the **vStorage project** for which you want to create the Swift user.\
7\. Click **Create**.\
8\. Choose **Copy** or **Download** to retrieve the Username/Password information you just created.

Note: After pressing the Create Swift user button, make sure to **save the Username/Password** pair for future use. If you don't store this information immediately, you won't be able to retrieve the Password for this Swift user later.

**Note:**

1. When a Swift user is created, the default state of the Restriction by IAM property for this Swift user is set to NO (**Restriction by IAM = NO**). In this state, you can use this Swift user to access resources within the selected project when creating the Swift user. The vIAM system will not perform permission checks for this Swift user.
2. If you enable the Restriction by IAM property for this Swift user, setting it to YES (**Restriction by IAM = YES**), the Swift user will be managed and have permissions checked by the vIAM system. Therefore, to use these Swift users, you need to **associate them to a Service Account** to inherit the permissions on the associated Service Account. For detailed information, please refer to [Attach S3 Keys and Swift Users to the Service Account](https://docs.vngcloud.vn/display/VSEN/Attach+S3+Keys+and+Swift+Users+to+the+Service+Account).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vngcloud.vn/vng-cloud-document/vstorage/object-storage/vstorage-hcm03/identity-and-access-management/managing-vstorage-access-account/service-account/vstorage-credentials/create-a-swift-user.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
