Skip to content

Commit 56fbab1

Browse files
authored
Update profile-api.md
The `external_ids` API has a cursor limit of 25 items at a time.
1 parent f0206f2 commit 56fbab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/personas/profile-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ curl https://profiles.segment.com/v1/spaces/:space_id:/collections/users/profile
406406
| **Argument** | **Description** | **Example** |
407407
| ------------ | ------------------------------------------------------ | ------------------------- |
408408
| `include` | A comma-separated list of external id type to include. | `user_id`, `anonymous_id` |
409-
| `limit` | Defines how many external ids are returned in one call | `100` |
409+
| `limit` | Defines how many external ids are returned in one call | `25` |
410410
| `verbose` | True for verbose field selection | `true`,`false` |
411411

412412

0 commit comments

Comments
 (0)