View Source Notion.V1.Users (ElixirNotionAPI v0.3.4)

Link to this section Summary

Functions

Returns a paginated list of Users for the workspace. The response may contain fewer than page_size of results.

Link to this section Functions

Link to this function

get(optional_params \\ %{})

View Source

Returns a paginated list of Users for the workspace. The response may contain fewer than page_size of results.

Optional Params

  • page_size - The number of items from the full list desired in the response. Maximum: 100
  • start_cursor - If supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results.