Disk Users
Add Disk User
Adds an authorized user to a disk. Users can authenticate via:
- token: A shared token with a nickname and 4-character suffix
- awssts: AWS STS role assumption with an IAM principal ARN
POST
Add user to disk
Documentation Index
Fetch the complete documentation index at: https://docs.archil.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key (format key-{API_KEY})
Path Parameters
Disk ID (format dsk-{16 hex chars})
Pattern:
^dsk-[0-9a-f]{16}$Example:
"dsk-0123456789abcdef"
Body
application/json
- Option 1
- Option 2
Available options:
token Maximum string length:
255Deprecated. Client-provided token. If omitted, the server generates a cryptographically secure token and returns it in the response.
Maximum string length:
2048Deprecated. Last 4 characters of the token. Required when principal is provided; ignored when the server generates the token.
Required string length:
4Add user to disk