GET
/apps.permissions.users.listList app user grants
Lists the user grants and corresponding scopes that an app has on a team. Use cursor and limit to paginate through the collection of user grants.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token for the app; the required scope is `none`.
cursorstringoptional
Pagination cursor from a previous response; omit it to retrieve the first page.
limitintegeroptional
Maximum number of user grants to return.
200Returns a successful response with `ok` set to true.
okbooleanrequired
defaultReturned when the request cannot be completed; the response contains `ok` set to false.
okbooleanrequired
Error handling
token must contain a valid authentication token, and limit must be an integer when supplied. Pass the next_cursor value from the previous response as cursor to continue through the collection.