Get user
GET
/v1/admin/users/{userId}How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| userId | path | string | Yes | User ID |
Query parameters
None.
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200User and budget detailsapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | No | Unique identifier. |
| string | No | — | |
| name | string | No | Human-readable name. |
| createdAt | string | No | ISO 8601 timestamp. |
| updatedAt | string | No | ISO 8601 timestamp. |
| lastLoginAt | string | No | ISO 8601 timestamp. |
| isActive | boolean | No | — |
| metadata | object | No | Free-form metadata object. |
| budget | object | No | — |
| budget.userId | string | No | User ID. |
| budget.balance | number | No | — |
| budget.totalSpent | number | No | — |
| budget.dailyLimit | number | No | — |
| budget.monthlyLimit | number | No | — |
| budget.tier | string | No | — |
| budget.subscriptionStatus | string | No | — |
| budget.subscriptionSource | string | No | — |
| budget.periodStartDate | string | No | — |
| budget.periodEndDate | string | No | — |
| budget.currentPeriodUsage | number | No | — |
| budget.usagePercentage | number | No | — |
| budget.tierQuota | number | No | — |
| budget.usageBillingEnabled | boolean | No | — |
| budget.monthlyResourceSpendLimit | number | No | — |
| budget.pauseOnLimit | boolean | No | — |
| budget.resourceEmailAlerts | boolean | No | — |
| budget.monthlyResourceSpend | number | No | — |
| budget.monthlyMeteredResourceUsage | number | No | — |
| budget.createdAt | string | No | ISO 8601 timestamp. |
| budget.updatedAt | string | No | ISO 8601 timestamp. |
404Resource not foundapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | No | — |