{ "opencollection": "1.0.0", "info": { "name": "WorkOS admin-portal user-management.users.feature-flags API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "user-management.users.feature-flags", "type": "folder" }, "items": [ { "info": { "name": "List Enabled Feature Flags for a User", "type": "http" }, "http": { "method": "GET", "url": "https://api.workos.com/user_management/users/:userId/feature-flags", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The ID of the user." }, { "name": "before", "value": "", "type": "query", "description": "An object ID that defines your place in the list. When the ID is not present, you are at the end of the list." }, { "name": "after", "value": "", "type": "query", "description": "An object ID that defines your place in the list. When the ID is not present, you are at the end of the list." }, { "name": "limit", "value": "", "type": "query", "description": "Upper limit on the number of objects to return, between `1` and `100`." }, { "name": "order", "value": "", "type": "query", "description": "Order the results by the creation time." } ] }, "docs": "Get a list of all enabled feature flags for the provided user. This includes feature flags enabled specifically for the user as well as any organizations that the user is a member of." } ] } ], "bundled": true }