--- title: Users --- ## User Resource The `User` resource (users.management.cattle.io) represents a user account in Rancher. To get a description of the fields and structure of the `User` resource, run: ```sh kubectl explain users.management.cattle.io ``` ## Creating a User Creating a local user is a two-step process: you must create the `User` resource, then provide a password via a Kubernetes `Secret`. Only a user with sufficient permissions can create a `User` resource. ```bash kubectl create -f -<