# Retrieve configuration details for a specific service account Endpoint: GET /v2/service-user/{name} Version: 1.0.0 Security: JWTAuthorizer ## Path parameters: - `name` (string, required) The name of the service user ## Response 200 fields (*/*): - `name` (string) - `orgId` (string) - `policyIds` (array) Policy IDs attached to the user Example: ["policy1"] - `status` (string) Enum: "active", "inactive" - `tokenCreated` (string) ## Response 404 fields