Search the documentation
19 pages for userprofile.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
User Profiles
Claude Developer Platform · in the page
api/beta/user_profiles
…- `"external"` - `"resold"` - `"internal"` ### Returns - `BetaUserProfile object` - `id: string` Unique identifier for this user profile, prefixed `uprof_`. - `created_at: string`…
Create User Profile
Claude Developer Platform · in the page
api/beta/user_profiles/create
…- `"external"` - `"resold"` - `"internal"` ## Returns - `BetaUserProfile object` - `id: string` Unique identifier for this user profile, prefixed `uprof_`. - `created_at: string`…
Create Enrollment URL
Claude Developer Platform · in the page
api/beta/user_profiles/create_enrollment_url
…-08-18"` - `"ce-user-management-2026-07-13"` ## Returns - `BetaUserProfileEnrollmentURL object` - `expires_at: string` A timestamp in RFC 3339 format format: date-time - `type:…
List User Profiles
Claude Developer Platform · in the page
api/beta/user_profiles/list
…`"ce-user-management-2026-07-13"` ## Returns - `data: array of BetaUserProfile` User profiles on this page. - `id: string` Unique identifier for this user profile, prefixed `uprof_`.…
Get User Profile
Claude Developer Platform · in the page
api/beta/user_profiles/retrieve
…-08-18"` - `"ce-user-management-2026-07-13"` ## Returns - `BetaUserProfile object` - `id: string` Unique identifier for this user profile, prefixed `uprof_`. - `created_at: string`…
Update User Profile
Claude Developer Platform · in the page
api/beta/user_profiles/update
…- `"external"` - `"resold"` - `"internal"` ## Returns - `BetaUserProfile object` - `id: string` Unique identifier for this user profile, prefixed `uprof_`. - `created_at: string`…
claude-platform-on-aws-iam-actions
Claude Developer Platform · in the page
api/claude-platform-on-aws-iam-actions
…| | ------------------- | ----------------------------- | | `CreateUserProfile` | `POST /v1/user_profiles` | | `GetUserProfile` | `GET /v1/user_profiles/{id}` | | `ListUserProfiles` | `GE…
Authentication
Claude Code CLI · in the page
authentication
…n` with file mode `0600`. * On Windows, credentials are stored in `%USERPROFILE%\.claude\.credentials.json` and inherit the access controls of your user profile directory, which restricts the file t…
Explore the .claude directory
Claude Code CLI · in the page
claude-directory
…lies across all your projects. On Windows, `~/.claude` resolves to `%USERPROFILE%\.claude`. If you set [`CLAUDE_CONFIG_DIR`](/docs/en/env-vars), every `~/.claude` path on this page lives under that d…
Connect Claude Code to an LLM gateway
Claude Code CLI · in the page
llm-gateway-connect
…settings.json` applies to all your projects. On Windows the path is `%USERPROFILE%\.claude\settings.json` * `.claude/settings.local.json` applies to one project. Claude Code adds it to your global git…
Gateway protocol reference
Claude Code CLI · in the page
llm-gateway-protocol
…w. Results are cached to `~/.claude/cache/gateway-models.json`, or `%USERPROFILE%\.claude\cache\gateway-models.json` on Windows, and refreshed on each startup. If you set [`CLAUDE_CONFIG_DIR`](/docs/…
Control MCP server access for your organization
Claude Code CLI · in the page
managed-mcp
…dows, reference an environment variable that is set there, such as `${USERPROFILE}` instead of `${HOME}`. `serverName` values match literally and never expand. The two sides read different environment…
Connect to MCP servers
Claude Code CLI · in the page
mcp-quickstart
…jects | On Windows, `~/.claude.json` resolves to `%USERPROFILE%\.claude.json`, typically `C:\Users\YourName\.claude.json`. If you've set [`CLAUDE_CONFIG_DIR`](/docs/en/env-vars), Cl…
Configure server-managed settings
Claude Code CLI · in the page
server-managed-settings
…system directory variables `HOME`, `XDG_CONFIG_HOME`, `APPDATA`, and `USERPROFILE` Claude Code reads the Workload Identity Federation variables and the `ANTHROPIC_PROFILE` and `ANTHROPIC_CONFIG_DIR`…
Claude Code settings
Claude Code CLI · in the page
settings
…| On Windows, paths shown as `~/.claude` resolve to `%USERPROFILE%\.claude`. *** ## Settings files The `settings.json` file is the official mechanism for configuring Claude Code thr…
Advanced setup
Claude Code CLI · in the page
setup
…werShell"> ```powershell theme={null} Remove-Item -Path "$env:USERPROFILE\.local\bin\claude.exe" -Force Remove-Item -Path "$env:USERPROFILE\.local\share\claude" -Recurse -Force ``` <…
Troubleshoot installation and login
Claude Code CLI · in the page
troubleshoot-install
…nstaller places `claude` at `~/.local/bin/claude` on macOS/Linux or `%USERPROFILE%\.local\bin\claude.exe` on Windows. <Note> The [VS Code extension](/docs/en/vs-code) does not place `claude` at thi…
Deploy Claude Desktop on 3P with Amazon Bedrock
Claude Documentation · in the page
third-party/claude-desktop/bedrock
…a wizard that writes a profile stanza to `~/.aws/config` (macOS) or `%USERPROFILE%\.aws\config` (Windows), and you can distribute that file directly through your device-management tooling instead. A p…
Build an MCP App
Model Context Protocol · in the page
extensions/apps/build
…| `~/.claude/skills/` | `%USERPROFILE%\.claude\skills\` | | [VS Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills) and […