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
#### Working with Users (Users-Permissions Plugin)
211
+
212
+
The client automatically detects and handles special Strapi content-types like `users` from the users-permissions plugin. You can work with them seamlessly:
213
+
214
+
```typescript
215
+
// Auto-detected as users-permissions - no configuration needed!
> **Note:** The users-permissions plugin has a different API contract than regular content-types. The client automatically handles this by not wrapping the payload in a `data` object.
234
+
235
+
#### Custom Path
236
+
210
237
You can also customize the root path for requests by providing a value for the `path` option:
0 commit comments