# moreficent-account-info

### Arguments

<table><thead><tr><th width="175">Argument</th><th width="99" align="center">Type</th><th width="99" align="center">Optional</th><th>Interpretation</th></tr></thead><tbody><tr><td><code>--server</code></td><td align="center"><code>String</code></td><td align="center">Yes</td><td>URL of Moreficent server. Overrides the configured value if provided. </td></tr><tr><td><code>--access-key</code></td><td align="center"><code>String</code></td><td align="center">Yes</td><td>Your access key. Overrides configured value if provided. </td></tr><tr><td><code>--secret-key</code></td><td align="center"><code>String</code></td><td align="center">Yes</td><td>Your secret key. Overrides configured value if provided.</td></tr><tr><td><code>--pretty</code></td><td align="center">flag</td><td align="center">Yes</td><td>Pretty prints output. Default is JSON.</td></tr></tbody></table>

### Successful Output

When called without the `--pretty` flag, the result is a JSON object with the following fields:

<table><thead><tr><th width="167" align="center">Field</th><th width="100" align="center">Type</th><th>Interpretation</th></tr></thead><tbody><tr><td align="center"><code>user_name</code></td><td align="center"><code>String</code></td><td>User name associated with the access key</td></tr><tr><td align="center"><code>user_uid</code></td><td align="center"><code>String</code></td><td>UID associated with the access key</td></tr><tr><td align="center"><code>perm</code></td><td align="center"><code>String</code></td><td>Permission string associated with the access key</td></tr><tr><td align="center"><code>disk_x86</code></td><td align="center"><code>bool</code></td><td>Whether an x86 disk is associated with the account</td></tr><tr><td align="center"><code>disk_arm64</code></td><td align="center"><code>bool</code></td><td>Whether an arm64 disk is associated with the account</td></tr></tbody></table>

The result is pretty printed when called with the `--pretty` flag.&#x20;


---

# 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://oda.moreficent.com/command-reference/moreficent-account-info.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.
