getUserList

abstract suspend fun getUserList(pagination: Pagination = Pagination()): ResultPage<User>

Lists all users in the workspace that have been shared with your integration. This method returns a paginated list of users, including people and bots.

Return

A ResultPage containing a list of User objects and pagination information

Parameters

pagination

Optional pagination parameters to control the number of results

See also

Throws

NotionApiException

if the API request fails