cURL
curl --request GET \ --url https://api.spikelabs.com/v1/users \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "user_abc123", "object": "user", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "external_id": "<string>", "metadata": {}, "settings": { "memory_enabled": true } } ], "has_more": true, "next_cursor": "<string>" }
List all users in the organization.
API key authentication. Use your secret key (starts with sk_) as a Bearer token.
sk_
Number of items to return (1-100)
1 <= x <= 100
Pagination cursor from previous response
Filter by external ID
List of users
Show child attributes
Unique identifier
"user_abc123"
user
Your external user identifier
Custom user data (name, email, etc.)
Whether to auto-create memories