You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieve a single profile's traits within a collection using an `external_id`. For example, two different sources can set a different `first_name` for a user. The traits endpoint will resolve properties from multiple sources into a canonical source using the last updated precedence order.
266
266
267
267
```
268
-
GET /v1/spaces/<space_id>/collections/<users>/profiles/<external_id>/traits
268
+
GET /v1/spaces/<space_id>/collections/users/profiles/<external_id>/traits
269
269
```
270
270
271
271
##### Query parameters
@@ -355,7 +355,7 @@ With `?verbose=true` enabled:
355
355
Get a single profile's external ids within a collection using an `external_id`.
356
356
357
357
```
358
-
GET /v1/spaces/<space_id>/collections/<users>/profiles/<id_type:ext_id>/external_ids
358
+
GET /v1/spaces/<space_id>/collections/users/profiles/<id_type:ext_id>/external_ids
0 commit comments