Endpoint
GET https://embedworkflow.com/api/v1/users
Query Parameters
starting_after string, optional
Cursor for pagination - return results after this ID
ending_before string, optional
Cursor for pagination - return results before this ID
limit integer, optional
Number of items to return (max 100)
Response
Returns successful.
Response Properties
collection array
meta object
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
{ "collection": [ { "key": "user-2", "created_at": "2025-08-19T11:19:17-04:00", "created_at_string": "Aug 19, 2025 11:19 am EDT", "created_at_utc": "2025-08-19T15:19:17Z", "email": "person3@example.com", "groups": null, "id": "0198c2e9-c560-71f3-8bfe-6afe43427495", "name": null, "object": "user", "time_zone": "America/New_York", "user_data_schema": [ { "variable": "first_name", "data_path": "first_name", "display_label": "First Name", "format": null, "groups": null, "list_values_variable": null, "object": "data_type", "required": false, "source": "user", "type": "String", "value": null }, { "variable": "last_name", "data_path": "last_name", "display_label": "Last Name", "format": null, "groups": null, "list_values_variable": null, "object": "data_type", "required": false, "source": "user", "type": "String", "value": null } ] }, { "key": "user-1", "created_at": "2025-08-19T11:19:17-04:00", "created_at_string": "Aug 19, 2025 11:19 am EDT", "created_at_utc": "2025-08-19T15:19:17Z", "email": "person2@example.com", "groups": null, "id": "0198c2e9-c558-7843-8712-c2a875a07d61", "name": null, "object": "user", "time_zone": "America/New_York", "user_data_schema": [ { "variable": "first_name", "data_path": "first_name", "display_label": "First Name", "format": null, "groups": null, "list_values_variable": null, "object": "data_type", "required": false, "source": "user", "type": "String", "value": null }, { "variable": "last_name", "data_path": "last_name", "display_label": "Last Name", "format": null, "groups": null, "list_values_variable": null, "object": "data_type", "required": false, "source": "user", "type": "String", "value": null } ] }, { "key": "main", "created_at": "2025-08-19T11:19:17-04:00", "created_at_string": "Aug 19, 2025 11:19 am EDT", "created_at_utc": "2025-08-19T15:19:17Z", "email": "david@embedworkflow.com", "groups": null, "id": "0198c2e9-c54e-7a66-969a-106684948107", "name": null, "object": "user", "time_zone": "America/New_York", "user_data_schema": [ { "variable": "first_name", "data_path": "first_name", "display_label": "First Name", "format": null, "groups": null, "list_values_variable": null, "object": "data_type", "required": false, "source": "user", "type": "String", "value": null }, { "variable": "last_name", "data_path": "last_name", "display_label": "Last Name", "format": null, "groups": null, "list_values_variable": null, "object": "data_type", "required": false, "source": "user", "type": "String", "value": null } ] } ], "meta": { "page_limit": 25, "has_next_page": false, "has_previous_page": false } }