cURL
curl --request GET \ --url https://api.factory.ai/api/v0/organization/users \ --header 'Authorization: Bearer <token>'
{ "users": [ { "id": "<string>", "email": "jsmith@example.com", "createdAt": "<string>", "metadata": {}, "firstName": "<string>", "lastName": "<string>", "lastSignInAt": "<string>" } ], "pagination": { "hasMore": true, "nextCursor": "<string>" } }
Returns a paginated list of users in the Factory organization.
Factory API key or JWT token for authentication
Maximum number of items to return (1-100)
Cursor for pagination
Response for status 200
List of users
Show child attributes