Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Required scope: read_settings (for API-key authentication).
read_settings
JavaScript
import { createAdminClient } from '@spree/admin-sdk' const client = createAdminClient({ baseUrl: 'https://your-store.com', secretKey: 'sk_xxx', }) const staff = await client.adminUsers.get('admin_xxx')
{ "id": "admin_UkLWZg9DAJ", "email": "carylon_wolff@corwin.com", "first_name": "Jerica", "last_name": "Watsica", "full_name": "Jerica Watsica", "created_at": "2026-06-01T13:00:32.617Z", "updated_at": "2026-06-01T13:00:32.617Z", "roles": [ { "id": "role_UkLWZg9DAJ", "name": "admin" } ] }
Secret API key for admin access
JWT token for admin user authentication
staff member found
Was this page helpful?
Contact support