cURL
curl --request GET \ --url https://api-next.ofauth.com/v2/access/users/lists \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>'
{ "list": [ { "id": "<string>", "type": "<string>", "name": "<string>", "sortList": [ { "order": "<string>", "direction": "<string>" } ], "users": [ { "id": 123, "username": "<string>", "name": "<string>", "isVerified": true, "avatar": "<string>", "avatarThumbs": { "c50": "<string>", "c144": "<string>" } } ], "usersCount": 123, "postsCount": 123, "order": "<string>", "direction": "<string>", "canUpdate": true, "canDelete": true, "canManageUsers": true, "canAddUsers": true, "canPinnedToFeed": true, "isPinnedToFeed": true, "canPinnedToChat": true, "isPinnedToChat": true } ], "hasMore": true, "order": "<string>", "sort": "<string>" }
List user lists
Permission Required: lists:read
lists:read
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Number of items to return (1-100, default: 10)
1 <= x <= 100
Number of items to skip (default: 0)
x >= 0
Search/filter text
100
Successful response
Show child attributes
Was this page helpful?