# List all users for an account Endpoint: GET /accounts/{accountId}/users Version: 1.0.0 Security: bearerAuth ## Path parameters: - `accountId` (string, required) Short account ID with scd- prefix Example: "scd-k2j8n4m1" ## Response 200 fields (application/json): - `email` (string, required) Email address of the user Example: "john.doe@example.com" - `name` (string, required) Name of the user Example: "John Doe" - `roles` (array) Roles assigned to the user - `permissions` (array) Permissions assigned to the user - `id` (string, required) The ID of the user Example: "123e4567-e89b-12d3-a456-426614174001" - `clerkUserId` (string) Clerk user ID for authentication Example: "user_2Xxxx..." - `lastLoginAt` (string,null) Last login timestamp Example: "2024-01-15T14:30:00Z" - `createdAt` (string, required) Example: "2024-01-15T10:30:00Z" - `updatedAt` (string,null, required) Example: "2024-01-15T14:30:00Z" - `accountId` (string, required) Short account ID with scd- prefix (from entitlements) Example: "scd-k2j8n4m1" ## Response 404 fields